Html Css Color HEX #602CAA Purple Heart

📋 copy color: '#602CAA'

red 96 ◦ green 44 ◦ blue 170

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

Shades of Purple Heart #602CAA

Tints of Purple Heart #602CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.19%

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

R = 30.97%
G = 14.19%
B = 54.84%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#602CAA (or 0x602CAA) is known color: Purple Heart. HEX triplet: 60, 2C and AA. RGB value is (96,44,170). Sum of RGB (Red+Green+Blue) = 96+44+170=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #602CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602CAA is #9FD355. Grayscale: #494949. Windows color (decimal): -10474326 or 11152480. OLE color: 11152480.

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

Color convert

RGB 96 44 170 -
CMYK 0.44 0.74 0 0.33
HSL 264.76º 0.59% 0.42% -
HSV(B) 264.76º 0.74% 0.67% -
XYZ 12.98 7.19 38.73 -
YUV 73.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 96 44 170 0.44 0.74 0 0.33 264.76 0.59 0.42
Hex 60 2C AA 2C 4A 0 21 109 3B 2A
Octal 140 54 252 54 112 0 41 411 73 52
Binary 1100000 101100 10101010 101100 1001010 0 100001 100001001 111011 101010

Color Harmonies of #602CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CAA

Black with #602CAA

Text Example


Text Example

White with #602CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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