#472ABC

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

Shades of Purple Heart #472ABC

Tints of Purple Heart #472ABC

Color information

#472ABC (or 0x472ABC) is unknown color: approx Purple Heart. HEX triplet: 47, 2A and BC. RGB value is (71,42,188). Sum of RGB (Red+Green+Blue) = 71+42+188=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #472ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472ABC is #B8D543. Grayscale: #424242. Windows color (decimal): -12113220 or 12331591. OLE color: 12331591.

HSL color Cylindrical-coordinate representation of color #472ABC: hue angle of 251.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #472ABC is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7142188-
CMYK0.620.7800.26
HSL251.92º63.48%45.1%-
HSV(B)251.92º77.66%73.73%-
XYZ12.56.6348.2-
YUV67.32196.11130.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 42 (16.80% from 255) = 13.95%
BLUE value IS 188 (73.83% from 255) = 62.46%
R=23.59%
G=13.95%
B=62.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71421880.620.7800.26251.9263.4845.1
Hex472ABC3E4E01Afc3f2d
Octal10752274761160323747755
Binary100011110101010111100111110100111001101011111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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