Html Css Color HEX #602178 Seance

📋 copy color: '#602178'

red 96 ◦ green 33 ◦ blue 120

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

Shades of Seance #602178

Tints of Seance #602178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48.19%

R = 38.55%
G = 13.25%
B = 48.19%

CMYK

 C value IS 0.2

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#602178 (or 0x602178) is known color: Seance. HEX triplet: 60, 21 and 78. RGB value is (96,33,120). Sum of RGB (Red+Green+Blue) = 96+33+120=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #602178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602178 is #9FDE87. Grayscale: #3D3D3D. Windows color (decimal): -10477192 or 7872864. OLE color: 7872864.

HSL color Cylindrical-coordinate representation of color #602178: hue angle of 283.45º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602178 is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 33 120 -
CMYK 0.2 0.72 0 0.53
HSL 283.45º 0.57% 0.3% -
HSV(B) 283.45º 0.73% 0.47% -
XYZ 8.76 4.93 18.26 -
YUV 61.76 160.87 152.43 -
System Red Green Blue C M Y K H S L
Decimal 96 33 120 0.2 0.72 0 0.53 283.45 0.57 0.3
Hex 60 21 78 14 48 0 35 11B 39 1E
Octal 140 41 170 24 110 0 65 433 71 36
Binary 1100000 100001 1111000 10100 1001000 0 110101 100011011 111001 11110

Color Harmonies of #602178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602178

Black with #602178

Text Example


Text Example

White with #602178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602178; }

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

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

background-color css

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

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

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

border-color css

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

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

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