#611070

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

Shades of Seance #611070

Tints of Seance #611070

Color information

#611070 (or 0x611070) is unknown color: approx Seance. HEX triplet: 61, 10 and 70. RGB value is (97,16,112). Sum of RGB (Red+Green+Blue) = 97+16+112=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #611070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611070 is #9EEF8F. Grayscale: #323232. Windows color (decimal): -10416016 or 7344225. OLE color: 7344225.

HSL color Cylindrical-coordinate representation of color #611070: hue angle of 290.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611070 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9716112-
CMYK0.130.8600.56
HSL290.62º75%25.1%-
HSV(B)290.62º85.71%43.92%-
XYZ8.044.0815.69-
YUV51.16162.34160.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 16 (6.64% from 255) = 7.11%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=43.11%
G=7.11%
B=49.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97161120.130.8600.56290.627525.1
Hex611070D560381234b19
Octal141201601512607044311331
Binary1100001100001110000110110101100111000100100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611070; }

 p { color: rgb(97,16,112); }

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

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

 a { background-color: rgb(97,16,112); }

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

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

 span { border-color: rgb(97,16,112); }

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