Html Css Color HEX #602076 Seance

📋 copy color: '#602076'

red 96 ◦ green 32 ◦ blue 118

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

Shades of Seance #602076

Tints of Seance #602076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.01%

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

R = 39.02%
G = 13.01%
B = 47.97%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#602076 (or 0x602076) is known color: Seance. HEX triplet: 60, 20 and 76. RGB value is (96,32,118). Sum of RGB (Red+Green+Blue) = 96+32+118=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #602076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602076 is #9FDF89. Grayscale: #3C3C3C. Windows color (decimal): -10477450 or 7741536. OLE color: 7741536.

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

Color convert

RGB 96 32 118 -
CMYK 0.19 0.73 0 0.54
HSL 284.65º 0.57% 0.29% -
HSV(B) 284.65º 0.73% 0.46% -
XYZ 8.61 4.83 17.62 -
YUV 60.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 96 32 118 0.19 0.73 0 0.54 284.65 0.57 0.29
Hex 60 20 76 13 49 0 36 11D 39 1D
Octal 140 40 166 23 111 0 66 435 71 35
Binary 1100000 100000 1110110 10011 1001001 0 110110 100011101 111001 11101

Color Harmonies of #602076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602076

Black with #602076

Text Example


Text Example

White with #602076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602076; }

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

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

background-color css

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

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

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

border-color css

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

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

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