#61256e

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

Shades of Seance #61256E

Tints of Seance #61256E

Color information

#61256E (or 0x61256E) is unknown color: approx Seance. HEX triplet: 61, 25 and 6E. RGB value is (97,37,110). Sum of RGB (Red+Green+Blue) = 97+37+110=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #61256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61256E is #9EDA91. Grayscale: #3F3F3F. Windows color (decimal): -10410642 or 7218529. OLE color: 7218529.

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

Color convert

RGB9737110-
CMYK0.120.6600.57
HSL289.32º49.66%28.82%-
HSV(B)289.32º66.36%43.14%-
XYZ8.414.9915.27-
YUV63.26154.38152.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 37 (14.84% from 255) = 15.16%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=39.75%
G=15.16%
B=45.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97371100.120.6600.57289.3249.6628.82
Hex61256EC42039121321d
Octal14145156141020714416235
Binary1100001100101110111011001000010011100110010000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61256e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61256e; }

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

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

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

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

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

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

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

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