#611C78

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

Shades of Seance #611C78

Tints of Seance #611C78

Color information

#611C78 (or 0x611C78) is unknown color: approx Seance. HEX triplet: 61, 1C and 78. RGB value is (97,28,120). Sum of RGB (Red+Green+Blue) = 97+28+120=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #611C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C78 is #9EE387. Grayscale: #3A3A3A. Windows color (decimal): -10412936 or 7871585. OLE color: 7871585.

HSL color Cylindrical-coordinate representation of color #611C78: hue angle of 285º degrees, saturation: 0.62, 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 #611C78 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9728120-
CMYK0.190.7700.53
HSL285º62.16%29.02%-
HSV(B)285º76.67%47.06%-
XYZ8.744.7318.22-
YUV59.12162.36155.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 28 (11.33% from 255) = 11.43%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=39.59%
G=11.43%
B=48.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97281200.190.7700.5328562.1629.02
Hex611C78134D03511d3e1d
Octal14134170231150654357635
Binary1100001111001111000100111001101011010110001110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611C78; }

 p { color: rgb(97,28,120); }

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

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

 a { background-color: rgb(97,28,120); }

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

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

 span { border-color: rgb(97,28,120); }

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