#602DAB

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

Shades of Purple Heart #602DAB

Tints of Purple Heart #602DAB

Color information

#602DAB (or 0x602DAB) is unknown color: approx Purple Heart. HEX triplet: 60, 2D and AB. RGB value is (96,45,171). Sum of RGB (Red+Green+Blue) = 96+45+171=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #602DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602DAB is #9FD254. Grayscale: #4A4A4A. Windows color (decimal): -10474069 or 11218272. OLE color: 11218272.

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

Color convert

RGB9645171-
CMYK0.440.7400.33
HSL264.29º58.33%42.35%-
HSV(B)264.29º73.68%67.06%-
XYZ13.117.339.25-
YUV74.61182.4143.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 45 (17.97% from 255) = 14.42%
BLUE value IS 171 (67.19% from 255) = 54.81%
R=30.77%
G=14.42%
B=54.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96451710.440.7400.33264.2958.3342.35
Hex602DAB2C4A0211083a2a
Octal14055253541120414107252
Binary11000001011011010101110110010010100100001100001000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,45,171); }

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

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

 a { background-color: rgb(96,45,171); }

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

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

 span { border-color: rgb(96,45,171); }

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