#4702C9

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

Shades of Purple Heart #4702C9

Tints of Purple Heart #4702C9

Color information

#4702C9 (or 0x4702C9) is unknown color: approx Purple Heart. HEX triplet: 47, 02 and C9. RGB value is (71,2,201). Sum of RGB (Red+Green+Blue) = 71+2+201=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 201 (78.91% from 255 or 73.36% from 274); Max value from RGB is 201 - color contains mainly: blue. Hex color #4702C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4702C9 is #B8FD36. Grayscale: #2C2C2C. Windows color (decimal): -12123447 or 13173319. OLE color: 13173319.

HSL color Cylindrical-coordinate representation of color #4702C9: hue angle of 260.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4702C9 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB712201-
CMYK0.650.9900.21
HSL260.8º98.03%39.8%-
HSV(B)260.8º99%78.82%-
XYZ13.165.655.65-
YUV45.32215.86146.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 201 (78.91% from 255) = 73.36%
R=25.91%
G=0.73%
B=73.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal7122010.650.9900.21260.898.0339.8
Hex472C941630151056228
Octal107231110114302540514250
Binary10001111011001001100000111000110101011000001011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4702C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4702C9; }

 p { color: rgb(71,2,201); }

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

<style>
 a { background-color: #4702C9; }

 a { background-color: rgb(71,2,201); }

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

<style>
 span { border-color: #4702C9; }

 span { border-color: rgb(71,2,201); }

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