Html Css Color HEX #602CAC Purple Heart

📋 copy color: '#602CAC'

red 96 ◦ green 44 ◦ blue 172

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

Shades of Purple Heart #602CAC

Tints of Purple Heart #602CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 30.77%
G = 14.1%
B = 55.13%

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

#602CAC (or 0x602CAC) is known color: Purple Heart. HEX triplet: 60, 2C and AC. RGB value is (96,44,172). Sum of RGB (Red+Green+Blue) = 96+44+172=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #602CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602CAC is #9FD353. Grayscale: #494949. Windows color (decimal): -10474324 or 11283552. OLE color: 11283552.

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

Color convert

RGB 96 44 172 -
CMYK 0.44 0.74 0 0.33
HSL 264.38º 0.59% 0.42% -
HSV(B) 264.38º 0.74% 0.67% -
XYZ 13.17 7.27 39.74 -
YUV 74.14 183.23 143.59 -
System Red Green Blue C M Y K H S L
Decimal 96 44 172 0.44 0.74 0 0.33 264.38 0.59 0.42
Hex 60 2C AC 2C 4A 0 21 108 3B 2A
Octal 140 54 254 54 112 0 41 410 73 52
Binary 1100000 101100 10101100 101100 1001010 0 100001 100001000 111011 101010

Color Harmonies of #602CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CAC

Black with #602CAC

Text Example


Text Example

White with #602CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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