Html Css Color HEX #602AAB Purple Heart

📋 copy color: '#602AAB'

red 96 ◦ green 42 ◦ blue 171

#602AAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #602AAB

Tints of Purple Heart #602AAB

RGB

 RED value IS 96 (37.89% from 255) = 31.07%

 GREEN value IS 42 (16.8% from 255) = 13.59%

 BLUE value IS 171 (67.19% from 255) = 55.34%

R = 31.07%
G = 13.59%
B = 55.34%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#602AAB (or 0x602AAB) is known color: Purple Heart. HEX triplet: 60, 2A and AB. RGB value is (96,42,171). Sum of RGB (Red+Green+Blue) = 96+42+171=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #602AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602AAB is #9FD554. Grayscale: #484848. Windows color (decimal): -10474837 or 11217504. OLE color: 11217504.

HSL color Cylindrical-coordinate representation of color #602AAB: hue angle of 265.12º degrees, saturation: 0.61, 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 #602AAB is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 42 171 -
CMYK 0.44 0.75 0 0.33
HSL 265.12º 0.61% 0.42% -
HSV(B) 265.12º 0.75% 0.67% -
XYZ 13 7.08 39.21 -
YUV 72.85 183.39 144.51 -
System Red Green Blue C M Y K H S L
Decimal 96 42 171 0.44 0.75 0 0.33 265.12 0.61 0.42
Hex 60 2A AB 2C 4B 0 21 109 3D 2A
Octal 140 52 253 54 113 0 41 411 75 52
Binary 1100000 101010 10101011 101100 1001011 0 100001 100001001 111101 101010

Color Harmonies of #602AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602AAB

Black with #602AAB

Text Example


Text Example

White with #602AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #602AAB;
 }
 .AnyTagClassName
 {
   color: #602AAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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