#611678

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

Shades of Seance #611678

Tints of Seance #611678

Color information

#611678 (or 0x611678) is unknown color: approx Seance. HEX triplet: 61, 16 and 78. RGB value is (97,22,120). Sum of RGB (Red+Green+Blue) = 97+22+120=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #611678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611678 is #9EE987. Grayscale: #373737. Windows color (decimal): -10414472 or 7870049. OLE color: 7870049.

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

Color convert

RGB9722120-
CMYK0.190.8200.53
HSL285.92º69.01%27.84%-
HSV(B)285.92º81.67%47.06%-
XYZ8.614.4718.18-
YUV55.6164.35157.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.59%
GREEN value IS 22 (8.98% from 255) = 9.21%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=40.59%
G=9.21%
B=50.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97221200.190.8200.53285.9269.0127.84
Hex611678135203511e451c
Octal141261702312206543610534
Binary11000011011011110001001110100100110101100011110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611678; }

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

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

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

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

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

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

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

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