Html Css Color HEX #602378 Seance

📋 copy color: '#602378'

red 96 ◦ green 35 ◦ blue 120

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

Shades of Seance #602378

Tints of Seance #602378

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.94%

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

R = 38.25%
G = 13.94%
B = 47.81%

CMYK

 C value IS 0.2

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#602378 (or 0x602378) is known color: Seance. HEX triplet: 60, 23 and 78. RGB value is (96,35,120). Sum of RGB (Red+Green+Blue) = 96+35+120=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #602378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602378 is #9FDC87. Grayscale: #3E3E3E. Windows color (decimal): -10476680 or 7873376. OLE color: 7873376.

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

Color convert

RGB 96 35 120 -
CMYK 0.2 0.71 0 0.53
HSL 283.06º 0.55% 0.3% -
HSV(B) 283.06º 0.71% 0.47% -
XYZ 8.82 5.04 18.28 -
YUV 62.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 96 35 120 0.2 0.71 0 0.53 283.06 0.55 0.3
Hex 60 23 78 14 47 0 35 11B 37 1E
Octal 140 43 170 24 107 0 65 433 67 36
Binary 1100000 100011 1111000 10100 1000111 0 110101 100011011 110111 11110

Color Harmonies of #602378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602378

Black with #602378

Text Example


Text Example

White with #602378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602378; }

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

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

background-color css

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

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

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

border-color css

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

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

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