#602378

Color #602378 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #602378

Tints of Seance #602378

Color information

#602378 (or 0x602378) is unknown color: approx 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

RGB9635120-
CMYK0.20.7100.53
HSL283.06º54.84%30.39%-
HSV(B)283.06º70.83%47.06%-
XYZ8.825.0418.28-
YUV62.93160.21151.59-

RGB Variations

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

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 (Cyan) values IS 0.2
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96351200.20.7100.53283.0654.8430.39
Hex602378144703511b371e
Octal14043170241070654336736
Binary11000001000111111000101001000111011010110001101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>