#611B76

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

Shades of Seance #611B76

Tints of Seance #611B76

Color information

#611B76 (or 0x611B76) is unknown color: approx Seance. HEX triplet: 61, 1B and 76. RGB value is (97,27,118). Sum of RGB (Red+Green+Blue) = 97+27+118=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #611B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611B76 is #9EE489. Grayscale: #3A3A3A. Windows color (decimal): -10413194 or 7740257. OLE color: 7740257.

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

Color convert

RGB9727118-
CMYK0.180.7700.54
HSL286.15º62.76%28.43%-
HSV(B)286.15º77.12%46.27%-
XYZ8.594.6317.58-
YUV58.3161.69155.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=40.08%
G=11.16%
B=48.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97271180.180.7700.54286.1562.7628.43
Hex611B76124D03611e3f1c
Octal14133166221150664367734
Binary1100001110111110110100101001101011011010001111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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