#472AC0

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

Shades of Purple Heart #472AC0

Tints of Purple Heart #472AC0

Color information

#472AC0 (or 0x472AC0) is unknown color: approx Purple Heart. HEX triplet: 47, 2A and C0. RGB value is (71,42,192). Sum of RGB (Red+Green+Blue) = 71+42+192=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 192 (75.39% from 255 or 62.95% from 305); Max value from RGB is 192 - color contains mainly: blue. Hex color #472AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472AC0 is #B8D53F. Grayscale: #434343. Windows color (decimal): -12113216 or 12593735. OLE color: 12593735.

HSL color Cylindrical-coordinate representation of color #472AC0: hue angle of 251.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #472AC0 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7142192-
CMYK0.630.7800.25
HSL251.6º64.1%45.88%-
HSV(B)251.6º78.12%75.29%-
XYZ12.946.850.5-
YUV67.77198.11130.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 42 (16.80% from 255) = 13.77%
BLUE value IS 192 (75.39% from 255) = 62.95%
R=23.28%
G=13.77%
B=62.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71421920.630.7800.25251.664.145.88
Hex472AC03F4E019fc402e
Octal107523007711603137410056
Binary1000111101010110000001111111001110011001111111001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472AC0; }

 p { color: rgb(71,42,192); }

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

<style>
 a { background-color: #472AC0; }

 a { background-color: rgb(71,42,192); }

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

<style>
 span { border-color: #472AC0; }

 span { border-color: rgb(71,42,192); }

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