#61197D

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

Shades of Seance #61197D

Tints of Seance #61197D

Color information

#61197D (or 0x61197D) is unknown color: approx Seance. HEX triplet: 61, 19 and 7D. RGB value is (97,25,125). Sum of RGB (Red+Green+Blue) = 97+25+125=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #61197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61197D is #9EE682. Grayscale: #393939. Windows color (decimal): -10413699 or 8198497. OLE color: 8198497.

HSL color Cylindrical-coordinate representation of color #61197D: hue angle of 283.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61197D is Cyan = 0.22, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9725125-
CMYK0.220.800.51
HSL283.2º66.67%29.41%-
HSV(B)283.2º80%49.02%-
XYZ8.984.7219.84-
YUV57.93165.85155.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 125 (49.22% from 255) = 50.61%
R=39.27%
G=10.12%
B=50.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97251250.220.800.51283.266.6729.41
Hex61197D165003311b431d
Octal141311752612006343310335
Binary11000011100111111011011010100000110011100011011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61197D; }

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

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

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

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

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

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

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

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