Html Css Color HEX #602176 Seance

📋 copy color: '#602176'

red 96 ◦ green 33 ◦ blue 118

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

Shades of Seance #602176

Tints of Seance #602176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.36%

 BLUE value IS 118 (46.48% from 255) = 47.77%

R = 38.87%
G = 13.36%
B = 47.77%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#602176 (or 0x602176) is known color: Seance. HEX triplet: 60, 21 and 76. RGB value is (96,33,118). Sum of RGB (Red+Green+Blue) = 96+33+118=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #602176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602176 is #9FDE89. Grayscale: #3D3D3D. Windows color (decimal): -10477194 or 7741792. OLE color: 7741792.

HSL color Cylindrical-coordinate representation of color #602176: hue angle of 284.47º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #602176 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 33 118 -
CMYK 0.19 0.72 0 0.54
HSL 284.47º 0.56% 0.3% -
HSV(B) 284.47º 0.72% 0.46% -
XYZ 8.64 4.88 17.63 -
YUV 61.53 159.87 152.59 -
System Red Green Blue C M Y K H S L
Decimal 96 33 118 0.19 0.72 0 0.54 284.47 0.56 0.3
Hex 60 21 76 13 48 0 36 11C 38 1E
Octal 140 41 166 23 110 0 66 434 70 36
Binary 1100000 100001 1110110 10011 1001000 0 110110 100011100 111000 11110

Color Harmonies of #602176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602176

Black with #602176

Text Example


Text Example

White with #602176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602176; }

 p { color: rgb(96,33,118); }

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

background-color css

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

 a { background-color: rgb(96,33,118); }

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

border-color css

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

 span { border-color: rgb(96,33,118); }

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