#470FC6

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

Shades of Purple Heart #470FC6

Tints of Purple Heart #470FC6

Color information

#470FC6 (or 0x470FC6) is unknown color: approx Purple Heart. HEX triplet: 47, 0F and C6. RGB value is (71,15,198). Sum of RGB (Red+Green+Blue) = 71+15+198=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 198 (77.73% from 255 or 69.72% from 284); Max value from RGB is 198 - color contains mainly: blue. Hex color #470FC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470FC6 is #B8F039. Grayscale: #333333. Windows color (decimal): -12120122 or 12980039. OLE color: 12980039.

HSL color Cylindrical-coordinate representation of color #470FC6: hue angle of 258.36º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470FC6 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7115198-
CMYK0.640.9200.22
HSL258.36º85.92%41.76%-
HSV(B)258.36º92.42%77.65%-
XYZ12.965.7653.85-
YUV52.61210.05141.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 15 (6.25% from 255) = 5.28%
BLUE value IS 198 (77.73% from 255) = 69.72%
R=25%
G=5.28%
B=69.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal71151980.640.9200.22258.3685.9241.76
Hex47FC6405C016102562a
Octal1071730610013402640212652
Binary1000111111111000110100000010111000101101000000101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,15,198); }

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

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

 a { background-color: rgb(71,15,198); }

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

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

 span { border-color: rgb(71,15,198); }

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