#602EAC

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

Shades of Purple Heart #602EAC

Tints of Purple Heart #602EAC

Color information

#602EAC (or 0x602EAC) is unknown color: approx Purple Heart. HEX triplet: 60, 2E and AC. RGB value is (96,46,172). Sum of RGB (Red+Green+Blue) = 96+46+172=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #602EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602EAC is #9FD153. Grayscale: #4A4A4A. Windows color (decimal): -10473812 or 11284064. OLE color: 11284064.

HSL color Cylindrical-coordinate representation of color #602EAC: hue angle of 263.81º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602EAC is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9646172-
CMYK0.440.7300.33
HSL263.81º57.8%42.75%-
HSV(B)263.81º73.26%67.45%-
XYZ13.257.4239.76-
YUV75.31182.56142.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.57%
GREEN value IS 46 (18.36% from 255) = 14.65%
BLUE value IS 172 (67.58% from 255) = 54.78%
R=30.57%
G=14.65%
B=54.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96461720.440.7300.33263.8157.842.75
Hex602EAC2C490211083a2b
Octal14056254541110414107253
Binary11000001011101010110010110010010010100001100001000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602EAC; }

 p { color: rgb(96,46,172); }

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

<style>
 a { background-color: #602EAC; }

 a { background-color: rgb(96,46,172); }

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

<style>
 span { border-color: #602EAC; }

 span { border-color: rgb(96,46,172); }

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