#602AB1

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

Shades of Purple Heart #602AB1

Tints of Purple Heart #602AB1

Color information

#602AB1 (or 0x602AB1) is unknown color: approx Purple Heart. HEX triplet: 60, 2A and B1. RGB value is (96,42,177). Sum of RGB (Red+Green+Blue) = 96+42+177=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 177 (69.53% from 255 or 56.19% from 315); Max value from RGB is 177 - color contains mainly: blue. Hex color #602AB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602AB1 is #9FD54E. Grayscale: #494949. Windows color (decimal): -10474831 or 11610720. OLE color: 11610720.

HSL color Cylindrical-coordinate representation of color #602AB1: hue angle of 264º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602AB1 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9642177-
CMYK0.460.7600.31
HSL264º61.64%42.94%-
HSV(B)264º76.27%69.41%-
XYZ13.597.3242.29-
YUV73.54186.39144.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.48%
GREEN value IS 42 (16.80% from 255) = 13.33%
BLUE value IS 177 (69.53% from 255) = 56.19%
R=30.48%
G=13.33%
B=56.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96421770.460.7600.3126461.6442.94
Hex602AB12E4C01F1083e2b
Octal14052261561140374107653
Binary1100000101010101100011011101001100011111100001000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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