#4602C9

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

Shades of Purple Heart #4602C9

Tints of Purple Heart #4602C9

Color information

#4602C9 (or 0x4602C9) is unknown color: approx Purple Heart. HEX triplet: 46, 02 and C9. RGB value is (70,2,201). Sum of RGB (Red+Green+Blue) = 70+2+201=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 201 (78.91% from 255 or 73.63% from 273); Max value from RGB is 201 - color contains mainly: blue. Hex color #4602C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4602C9 is #B9FD36. Grayscale: #2C2C2C. Windows color (decimal): -12188983 or 13173318. OLE color: 13173318.

HSL color Cylindrical-coordinate representation of color #4602C9: hue angle of 260.5º 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 #4602C9 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB702201-
CMYK0.650.9900.21
HSL260.5º98.03%39.8%-
HSV(B)260.5º99%78.82%-
XYZ13.095.5655.64-
YUV45.02216.03145.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 201 (78.91% from 255) = 73.63%
R=25.64%
G=0.73%
B=73.63%

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
Decimal7022010.650.9900.21260.598.0339.8
Hex462C941630151056228
Octal106231110114302540514250
Binary10001101011001001100000111000110101011000001011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4602C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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