#611C76

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

Shades of Seance #611C76

Tints of Seance #611C76

Color information

#611C76 (or 0x611C76) is unknown color: approx Seance. HEX triplet: 61, 1C and 76. RGB value is (97,28,118). Sum of RGB (Red+Green+Blue) = 97+28+118=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #611C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C76 is #9EE389. Grayscale: #3A3A3A. Windows color (decimal): -10412938 or 7740513. OLE color: 7740513.

HSL color Cylindrical-coordinate representation of color #611C76: hue angle of 286º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611C76 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9728118-
CMYK0.180.7600.54
HSL286º61.64%28.63%-
HSV(B)286º76.27%46.27%-
XYZ8.624.6817.59-
YUV58.89161.36155.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 28 (11.33% from 255) = 11.52%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=39.92%
G=11.52%
B=48.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97281180.180.7600.5428661.6428.63
Hex611C76124C03611e3e1d
Octal14134166221140664367635
Binary1100001111001110110100101001100011011010001111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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