Html Css Color HEX #602AAA Purple Heart

📋 copy color: '#602AAA'

red 96 ◦ green 42 ◦ blue 170

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

Shades of Purple Heart #602AAA

Tints of Purple Heart #602AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.19%

R = 31.17%
G = 13.64%
B = 55.19%

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

#602AAA (or 0x602AAA) is known color: Purple Heart. HEX triplet: 60, 2A and AA. RGB value is (96,42,170). Sum of RGB (Red+Green+Blue) = 96+42+170=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #602AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602AAA is #9FD555. Grayscale: #484848. Windows color (decimal): -10474838 or 11151968. OLE color: 11151968.

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

Color convert

RGB 96 42 170 -
CMYK 0.44 0.75 0 0.33
HSL 265.31º 0.6% 0.42% -
HSV(B) 265.31º 0.75% 0.67% -
XYZ 12.91 7.05 38.71 -
YUV 72.74 182.89 144.59 -
System Red Green Blue C M Y K H S L
Decimal 96 42 170 0.44 0.75 0 0.33 265.31 0.6 0.42
Hex 60 2A AA 2C 4B 0 21 109 3C 2A
Octal 140 52 252 54 113 0 41 411 74 52
Binary 1100000 101010 10101010 101100 1001011 0 100001 100001001 111100 101010

Color Harmonies of #602AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602AAA

Black with #602AAA

Text Example


Text Example

White with #602AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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