#61196E

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

Shades of Seance #61196E

Tints of Seance #61196E

Color information

#61196E (or 0x61196E) is unknown color: approx Seance. HEX triplet: 61, 19 and 6E. RGB value is (97,25,110). Sum of RGB (Red+Green+Blue) = 97+25+110=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #61196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61196E is #9EE691. Grayscale: #373737. Windows color (decimal): -10413714 or 7215457. OLE color: 7215457.

HSL color Cylindrical-coordinate representation of color #61196E: hue angle of 290.82º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61196E is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9725110-
CMYK0.120.7700.57
HSL290.82º62.96%26.47%-
HSV(B)290.82º77.27%43.14%-
XYZ8.094.3615.17-
YUV56.22158.35157.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 25 (10.16% from 255) = 10.78%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=41.81%
G=10.78%
B=47.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97251100.120.7700.57290.8262.9626.47
Hex61196EC4D0391233f1a
Octal14131156141150714437732
Binary110000111001110111011001001101011100110010001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61196E; }

 p { color: rgb(97,25,110); }

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

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

 a { background-color: rgb(97,25,110); }

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

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

 span { border-color: rgb(97,25,110); }

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