Html Css Color HEX #602BAA Purple Heart

📋 copy color: '#602BAA'

red 96 ◦ green 43 ◦ blue 170

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

Shades of Purple Heart #602BAA

Tints of Purple Heart #602BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.92%

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

R = 31.07%
G = 13.92%
B = 55.02%

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

#602BAA (or 0x602BAA) is known color: Purple Heart. HEX triplet: 60, 2B and AA. RGB value is (96,43,170). Sum of RGB (Red+Green+Blue) = 96+43+170=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #602BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602BAA is #9FD455. Grayscale: #484848. Windows color (decimal): -10474582 or 11152224. OLE color: 11152224.

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

Color convert

RGB 96 43 170 -
CMYK 0.44 0.75 0 0.33
HSL 265.04º 0.6% 0.42% -
HSV(B) 265.04º 0.75% 0.67% -
XYZ 12.94 7.12 38.72 -
YUV 73.33 182.56 144.17 -
System Red Green Blue C M Y K H S L
Decimal 96 43 170 0.44 0.75 0 0.33 265.04 0.6 0.42
Hex 60 2B AA 2C 4B 0 21 109 3C 2A
Octal 140 53 252 54 113 0 41 411 74 52
Binary 1100000 101011 10101010 101100 1001011 0 100001 100001001 111100 101010

Color Harmonies of #602BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BAA

Black with #602BAA

Text Example


Text Example

White with #602BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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