#470EBF

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

Shades of Purple Heart #470EBF

Tints of Purple Heart #470EBF

Color information

#470EBF (or 0x470EBF) is unknown color: approx Purple Heart. HEX triplet: 47, 0E and BF. RGB value is (71,14,191). Sum of RGB (Red+Green+Blue) = 71+14+191=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 191 (75% from 255 or 69.20% from 276); Max value from RGB is 191 - color contains mainly: blue. Hex color #470EBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470EBF is #B8F140. Grayscale: #323232. Windows color (decimal): -12120385 or 12521031. OLE color: 12521031.

HSL color Cylindrical-coordinate representation of color #470EBF: hue angle of 259.32º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470EBF is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7114191-
CMYK0.630.9300.25
HSL259.32º86.34%40.2%-
HSV(B)259.32º92.67%74.9%-
XYZ12.165.4249.69-
YUV51.22206.88142.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 14 (5.86% from 255) = 5.07%
BLUE value IS 191 (75% from 255) = 69.20%
R=25.72%
G=5.07%
B=69.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71141910.630.9300.25259.3286.3440.2
Hex47EBF3F5D0191035628
Octal107162777713503140312650
Binary100011111101011111111111110111010110011000000111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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