Html Css Color HEX #602AAC Purple Heart

📋 copy color: '#602AAC'

red 96 ◦ green 42 ◦ blue 172

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

Shades of Purple Heart #602AAC

Tints of Purple Heart #602AAC

RGB

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

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

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

R = 30.97%
G = 13.55%
B = 55.48%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#602AAC (or 0x602AAC) is known color: Purple Heart. HEX triplet: 60, 2A and AC. RGB value is (96,42,172). Sum of RGB (Red+Green+Blue) = 96+42+172=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #602AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602AAC is #9FD553. Grayscale: #484848. Windows color (decimal): -10474836 or 11283040. OLE color: 11283040.

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

Color convert

RGB 96 42 172 -
CMYK 0.44 0.76 0 0.33
HSL 264.92º 0.61% 0.42% -
HSV(B) 264.92º 0.76% 0.67% -
XYZ 13.1 7.12 39.71 -
YUV 72.97 183.89 144.43 -
System Red Green Blue C M Y K H S L
Decimal 96 42 172 0.44 0.76 0 0.33 264.92 0.61 0.42
Hex 60 2A AC 2C 4C 0 21 109 3D 2A
Octal 140 52 254 54 114 0 41 411 75 52
Binary 1100000 101010 10101100 101100 1001100 0 100001 100001001 111101 101010

Color Harmonies of #602AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602AAC

Black with #602AAC

Text Example


Text Example

White with #602AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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