#601B78

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

Shades of Seance #601B78

Tints of Seance #601B78

Color information

#601B78 (or 0x601B78) is unknown color: approx Seance. HEX triplet: 60, 1B and 78. RGB value is (96,27,120). Sum of RGB (Red+Green+Blue) = 96+27+120=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #601B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601B78 is #9FE487. Grayscale: #393939. Windows color (decimal): -10478728 or 7871328. OLE color: 7871328.

HSL color Cylindrical-coordinate representation of color #601B78: hue angle of 284.52º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601B78 is Cyan = 0.2, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9627120-
CMYK0.20.7800.53
HSL284.52º63.27%28.82%-
HSV(B)284.52º77.5%47.06%-
XYZ8.614.6318.21-
YUV58.23162.86154.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 27 (10.94% from 255) = 11.11%
BLUE value IS 120 (47.27% from 255) = 49.38%
R=39.51%
G=11.11%
B=49.38%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96271200.20.7800.53284.5263.2728.82
Hex601B78144E03511d3f1d
Octal14033170241160654357735
Binary1100000110111111000101001001110011010110001110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601B78; }

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

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

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

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

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

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

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

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