#470ab2

Color #470AB2 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #470AB2

Tints of Purple Heart #470AB2

Color information

#470AB2 (or 0x470AB2) is unknown color: approx Purple Heart. HEX triplet: 47, 0A and B2. RGB value is (71,10,178). Sum of RGB (Red+Green+Blue) = 71+10+178=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 178 (69.92% from 255 or 68.73% from 259); Max value from RGB is 178 - color contains mainly: blue. Hex color #470AB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470AB2 is #B8F54D. Grayscale: #2E2E2E. Windows color (decimal): -12121422 or 11668039. OLE color: 11668039.

HSL color Cylindrical-coordinate representation of color #470AB2: hue angle of 261.79º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470AB2 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7110178-
CMYK0.600.9400.30
HSL261.79º89.36%36.86%-
HSV(B)261.79º94.38%69.8%-
XYZ10.744.7742.47-
YUV47.39201.71144.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 27.41%
GREEN value IS 10 (4.30% from 255) = 3.86%
BLUE value IS 178 (69.92% from 255) = 68.73%
R=27.41%
G=3.86%
B=68.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal71101780.600.9400.30261.7989.3636.86
Hex47AB23C5E01E1065925
Octal107122627413603640613145
Binary100011110101011001011110010111100111101000001101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470ab2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470ab2; }

 p { color: rgb(71,10,178); }

 H1.HeaderClassName
 {
   color: #470ab2;
 }
 .AnyTagClassName
 {
   color: #470ab2;
 }
</style>
background-color css

<style>
 a { background-color: #470ab2; }

 a { background-color: rgb(71,10,178); }

 div.DivClassName
 {
   background-color: #470ab2;
 }
 .BgClassName
 {
   background-color: #470ab2;
 }
</style>
border-color css

<style>
 span { border-color: #470ab2; }

 span { border-color: rgb(71,10,178); }

 td.TdClassName
 {
   border-color: #470ab2;
 }
 .TagClassName
 {
   border-color: #470ab2;
 }
</style>