#472BCC

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

Shades of Purple Heart #472BCC

Tints of Purple Heart #472BCC

Color information

#472BCC (or 0x472BCC) is unknown color: approx Purple Heart. HEX triplet: 47, 2B and CC. RGB value is (71,43,204). Sum of RGB (Red+Green+Blue) = 71+43+204=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #472BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BCC is #B8D433. Grayscale: #454545. Windows color (decimal): -12112948 or 13380423. OLE color: 13380423.

HSL color Cylindrical-coordinate representation of color #472BCC: hue angle of 250.43º degrees, saturation: 0.65, 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 #472BCC is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7143204-
CMYK0.650.7900.2
HSL250.43º65.18%48.43%-
HSV(B)250.43º78.92%80%-
XYZ14.367.4357.8-
YUV69.73203.78128.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.33%
GREEN value IS 43 (17.19% from 255) = 13.52%
BLUE value IS 204 (80.08% from 255) = 64.15%
R=22.33%
G=13.52%
B=64.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal71432040.650.7900.2250.4365.1848.43
Hex472BCC414F014fa4130
Octal1075331410111702437210160
Binary10001111010111100110010000011001111010100111110101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,43,204); }

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

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

 a { background-color: rgb(71,43,204); }

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

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

 span { border-color: rgb(71,43,204); }

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