#472ACB

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

Shades of Purple Heart #472ACB

Tints of Purple Heart #472ACB

Color information

#472ACB (or 0x472ACB) is unknown color: approx Purple Heart. HEX triplet: 47, 2A and CB. RGB value is (71,42,203). Sum of RGB (Red+Green+Blue) = 71+42+203=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #472ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472ACB is #B8D534. Grayscale: #444444. Windows color (decimal): -12113205 or 13314631. OLE color: 13314631.

HSL color Cylindrical-coordinate representation of color #472ACB: hue angle of 250.81º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472ACB is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7142203-
CMYK0.650.7900.20
HSL250.81º65.71%48.04%-
HSV(B)250.81º79.31%79.61%-
XYZ14.217.3157.16-
YUV69.02203.61129.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.47%
GREEN value IS 42 (16.80% from 255) = 13.29%
BLUE value IS 203 (79.69% from 255) = 64.24%
R=22.47%
G=13.29%
B=64.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71422030.650.7900.20250.8165.7148.04
Hex472ACB414F014fb4230
Octal1075231310111702437310260
Binary10001111010101100101110000011001111010100111110111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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