#611A7B

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

Shades of Seance #611A7B

Tints of Seance #611A7B

Color information

#611A7B (or 0x611A7B) is unknown color: approx Seance. HEX triplet: 61, 1A and 7B. RGB value is (97,26,123). Sum of RGB (Red+Green+Blue) = 97+26+123=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #611A7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611A7B is #9EE584. Grayscale: #393939. Windows color (decimal): -10413445 or 8067681. OLE color: 8067681.

HSL color Cylindrical-coordinate representation of color #611A7B: hue angle of 283.92º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #611A7B is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9726123-
CMYK0.210.7900.52
HSL283.92º65.1%29.22%-
HSV(B)283.92º78.86%48.24%-
XYZ8.874.7119.18-
YUV58.29164.52155.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 123 (48.44% from 255) = 50%
R=39.43%
G=10.57%
B=50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97261230.210.7900.52283.9265.129.22
Hex611A7B154F03411c411d
Octal141321732511706443410135
Binary11000011101011110111010110011110110100100011100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,26,123); }

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

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

 a { background-color: rgb(97,26,123); }

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

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

 span { border-color: rgb(97,26,123); }

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