#470EAF

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

Shades of Purple Heart #470EAF

Tints of Purple Heart #470EAF

Color information

#470EAF (or 0x470EAF) is unknown color: approx Purple Heart. HEX triplet: 47, 0E and AF. RGB value is (71,14,175). Sum of RGB (Red+Green+Blue) = 71+14+175=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #470EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470EAF is #B8F150. Grayscale: #303030. Windows color (decimal): -12120401 or 11472455. OLE color: 11472455.

HSL color Cylindrical-coordinate representation of color #470EAF: hue angle of 261.24º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470EAF is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7114175-
CMYK0.590.9200.31
HSL261.24º85.19%37.06%-
HSV(B)261.24º92%68.63%-
XYZ10.494.7540.92-
YUV49.4198.88143.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.31%
GREEN value IS 14 (5.86% from 255) = 5.38%
BLUE value IS 175 (68.75% from 255) = 67.31%
R=27.31%
G=5.38%
B=67.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71141750.590.9200.31261.2485.1937.06
Hex47EAF3B5C01F1055525
Octal107162577313403740512545
Binary100011111101010111111101110111000111111000001011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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