Html Css Color HEX #602AC0 Purple Heart

📋 copy color: '#602AC0'

red 96 ◦ green 42 ◦ blue 192

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

Shades of Purple Heart #602AC0

Tints of Purple Heart #602AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 58.18%

R = 29.09%
G = 12.73%
B = 58.18%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#602AC0 (or 0x602AC0) is known color: Purple Heart. HEX triplet: 60, 2A and C0. RGB value is (96,42,192). Sum of RGB (Red+Green+Blue) = 96+42+192=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 192 (75.39% from 255 or 58.18% from 330); Max value from RGB is 192 - color contains mainly: blue. Hex color #602AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602AC0 is #9FD53F. Grayscale: #4A4A4A. Windows color (decimal): -10474816 or 12593760. OLE color: 12593760.

HSL color Cylindrical-coordinate representation of color #602AC0: hue angle of 261.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602AC0 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 42 192 -
CMYK 0.50 0.78 0 0.25
HSL 261.6º 0.64% 0.46% -
HSV(B) 261.6º 0.78% 0.75% -
XYZ 15.17 7.95 50.6 -
YUV 75.25 193.89 142.8 -
System Red Green Blue C M Y K H S L
Decimal 96 42 192 0.50 0.78 0 0.25 261.6 0.64 0.46
Hex 60 2A C0 32 4E 0 19 106 40 2E
Octal 140 52 300 62 116 0 31 406 100 56
Binary 1100000 101010 11000000 110010 1001110 0 11001 100000110 1000000 101110

Color Harmonies of #602AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602AC0

Black with #602AC0

Text Example


Text Example

White with #602AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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