Html Css Color HEX #602AC1 Purple Heart

📋 copy color: '#602AC1'

red 96 ◦ green 42 ◦ blue 193

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

Shades of Purple Heart #602AC1

Tints of Purple Heart #602AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 58.31%

R = 29%
G = 12.69%
B = 58.31%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#602AC1 (or 0x602AC1) is known color: Purple Heart. HEX triplet: 60, 2A and C1. RGB value is (96,42,193). Sum of RGB (Red+Green+Blue) = 96+42+193=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 193 (75.78% from 255 or 58.31% from 331); Max value from RGB is 193 - color contains mainly: blue. Hex color #602AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602AC1 is #9FD53E. Grayscale: #4A4A4A. Windows color (decimal): -10474815 or 12659296. OLE color: 12659296.

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

Color convert

RGB 96 42 193 -
CMYK 0.50 0.78 0 0.24
HSL 261.46º 0.64% 0.46% -
HSV(B) 261.46º 0.78% 0.76% -
XYZ 15.28 7.99 51.19 -
YUV 75.36 194.39 142.72 -
System Red Green Blue C M Y K H S L
Decimal 96 42 193 0.50 0.78 0 0.24 261.46 0.64 0.46
Hex 60 2A C1 32 4E 0 18 105 40 2E
Octal 140 52 301 62 116 0 30 405 100 56
Binary 1100000 101010 11000001 110010 1001110 0 11000 100000101 1000000 101110

Color Harmonies of #602AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602AC1

Black with #602AC1

Text Example


Text Example

White with #602AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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