Html Css Color HEX #602AC6 Purple Heart

📋 copy color: '#602AC6'

red 96 ◦ green 42 ◦ blue 198

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

Shades of Purple Heart #602AC6

Tints of Purple Heart #602AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 58.93%

R = 28.57%
G = 12.5%
B = 58.93%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#602AC6 (or 0x602AC6) is known color: Purple Heart. HEX triplet: 60, 2A and C6. RGB value is (96,42,198). Sum of RGB (Red+Green+Blue) = 96+42+198=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 198 (77.73% from 255 or 58.93% from 336); Max value from RGB is 198 - color contains mainly: blue. Hex color #602AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602AC6 is #9FD539. Grayscale: #4B4B4B. Windows color (decimal): -10474810 or 12986976. OLE color: 12986976.

HSL color Cylindrical-coordinate representation of color #602AC6: hue angle of 260.77º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602AC6 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 42 198 -
CMYK 0.52 0.79 0 0.22
HSL 260.77º 0.65% 0.47% -
HSV(B) 260.77º 0.79% 0.78% -
XYZ 15.84 8.22 54.18 -
YUV 75.93 196.89 142.32 -
System Red Green Blue C M Y K H S L
Decimal 96 42 198 0.52 0.79 0 0.22 260.77 0.65 0.47
Hex 60 2A C6 34 4F 0 16 105 41 2F
Octal 140 52 306 64 117 0 26 405 101 57
Binary 1100000 101010 11000110 110100 1001111 0 10110 100000101 1000001 101111

Color Harmonies of #602AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602AC6

Black with #602AC6

Text Example


Text Example

White with #602AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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