#5F116F

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

Shades of Seance #5F116F

Tints of Seance #5F116F

Color information

#5F116F (or 0x5F116F) is unknown color: approx Seance. HEX triplet: 5F, 11 and 6F. RGB value is (95,17,111). Sum of RGB (Red+Green+Blue) = 95+17+111=223 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.60% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F116F is #A0EE90. Grayscale: #323232. Windows color (decimal): -10546833 or 7278943. OLE color: 7278943.

HSL color Cylindrical-coordinate representation of color #5F116F: hue angle of 289.79º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F116F is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9517111-
CMYK0.140.8500.56
HSL289.79º73.44%25.1%-
HSV(B)289.79º84.68%43.53%-
XYZ7.793.9815.4-
YUV51.04161.84159.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.60%
GREEN value IS 17 (7.03% from 255) = 7.62%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=42.60%
G=7.62%
B=49.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95171110.140.8500.56289.7973.4425.1
Hex5F116FE550381224919
Octal137211571612507044211131
Binary1011111100011101111111010101010111000100100010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F116F; }

 p { color: rgb(95,17,111); }

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

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

 a { background-color: rgb(95,17,111); }

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

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

 span { border-color: rgb(95,17,111); }

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