#601878

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

Shades of Seance #601878

Tints of Seance #601878

Color information

#601878 (or 0x601878) is unknown color: approx Seance. HEX triplet: 60, 18 and 78. RGB value is (96,24,120). Sum of RGB (Red+Green+Blue) = 96+24+120=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #601878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601878 is #9FE787. Grayscale: #383838. Windows color (decimal): -10479496 or 7870560. OLE color: 7870560.

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

Color convert

RGB9624120-
CMYK0.20.800.53
HSL285º66.67%28.24%-
HSV(B)285º80%47.06%-
XYZ8.544.518.19-
YUV56.47163.85156.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 24 (9.77% from 255) = 10%
BLUE value IS 120 (47.27% from 255) = 50%
R=40%
G=10%
B=50%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96241200.20.800.5328566.6728.24
Hex601878145003511d431c
Octal140301702412006543510334
Binary11000001100011110001010010100000110101100011101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601878; }

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

 H1.HeaderClassName
 {
   color: #601878;
 }
 .AnyTagClassName
 {
   color: #601878;
 }
</style>
background-color css

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

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

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

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

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

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