#602BAB

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

Shades of Purple Heart #602BAB

Tints of Purple Heart #602BAB

Color information

#602BAB (or 0x602BAB) is unknown color: approx Purple Heart. HEX triplet: 60, 2B and AB. RGB value is (96,43,171). Sum of RGB (Red+Green+Blue) = 96+43+171=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #602BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602BAB is #9FD454. Grayscale: #484848. Windows color (decimal): -10474581 or 11217760. OLE color: 11217760.

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

Color convert

RGB9643171-
CMYK0.440.7500.33
HSL264.84º59.81%41.96%-
HSV(B)264.84º74.85%67.06%-
XYZ13.047.1539.22-
YUV73.44183.06144.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 171 (67.19% from 255) = 55.16%
R=30.97%
G=13.87%
B=55.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96431710.440.7500.33264.8459.8141.96
Hex602BAB2C4B0211093c2a
Octal14053253541130414117452
Binary11000001010111010101110110010010110100001100001001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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