#470ab6

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

Shades of Purple Heart #470AB6

Tints of Purple Heart #470AB6

Color information

#470AB6 (or 0x470AB6) is unknown color: approx Purple Heart. HEX triplet: 47, 0A and B6. RGB value is (71,10,182). Sum of RGB (Red+Green+Blue) = 71+10+182=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 182 (71.48% from 255 or 69.20% from 263); Max value from RGB is 182 - color contains mainly: blue. Hex color #470AB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470AB6 is #B8F549. Grayscale: #2F2F2F. Windows color (decimal): -12121418 or 11930183. OLE color: 11930183.

HSL color Cylindrical-coordinate representation of color #470AB6: hue angle of 261.28º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470AB6 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7110182-
CMYK0.610.9500.29
HSL261.28º89.58%37.65%-
HSV(B)261.28º94.51%71.37%-
XYZ11.154.9344.62-
YUV47.85203.71144.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 10 (4.30% from 255) = 3.80%
BLUE value IS 182 (71.48% from 255) = 69.20%
R=27.00%
G=3.80%
B=69.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71101820.610.9500.29261.2889.5837.65
Hex47AB63D5F01D1055a26
Octal107122667513703540513246
Binary100011110101011011011110110111110111011000001011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470ab6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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