#470ECC

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

Shades of Purple Heart #470ECC

Tints of Purple Heart #470ECC

Color information

#470ECC (or 0x470ECC) is unknown color: approx Purple Heart. HEX triplet: 47, 0E and CC. RGB value is (71,14,204). Sum of RGB (Red+Green+Blue) = 71+14+204=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #470ECC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470ECC is #B8F133. Grayscale: #343434. Windows color (decimal): -12120372 or 13372999. OLE color: 13372999.

HSL color Cylindrical-coordinate representation of color #470ECC: hue angle of 258º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470ECC is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7114204-
CMYK0.650.9300.2
HSL258º87.16%42.75%-
HSV(B)258º93.14%80%-
XYZ13.656.0157.57-
YUV52.7213.38141.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 14 (5.86% from 255) = 4.84%
BLUE value IS 204 (80.08% from 255) = 70.59%
R=24.57%
G=4.84%
B=70.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal71142040.650.9300.225887.1642.75
Hex47ECC415D014102572b
Octal1071631410113502440212753
Binary1000111111011001100100000110111010101001000000101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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