#602AC9

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

Shades of Purple Heart #602AC9

Tints of Purple Heart #602AC9

Color information

#602AC9 (or 0x602AC9) is unknown color: approx Purple Heart. HEX triplet: 60, 2A and C9. RGB value is (96,42,201). Sum of RGB (Red+Green+Blue) = 96+42+201=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 201 (78.91% from 255 or 59.29% from 339); Max value from RGB is 201 - color contains mainly: blue. Hex color #602AC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602AC9 is #9FD536. Grayscale: #4B4B4B. Windows color (decimal): -10474807 or 13183584. OLE color: 13183584.

HSL color Cylindrical-coordinate representation of color #602AC9: hue angle of 260.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602AC9 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9642201-
CMYK0.520.7900.21
HSL260.38º65.43%47.65%-
HSV(B)260.38º79.1%78.82%-
XYZ16.198.3656.02-
YUV76.27198.39142.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.32%
GREEN value IS 42 (16.80% from 255) = 12.39%
BLUE value IS 201 (78.91% from 255) = 59.29%
R=28.32%
G=12.39%
B=59.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96422010.520.7900.21260.3865.4347.65
Hex602AC9344F0151044130
Octal140523116411702540410160
Binary11000001010101100100111010010011110101011000001001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,42,201); }

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

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

 a { background-color: rgb(96,42,201); }

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

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

 span { border-color: rgb(96,42,201); }

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