#5F1171

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

Shades of Seance #5F1171

Tints of Seance #5F1171

Color information

#5F1171 (or 0x5F1171) is unknown color: approx Seance. HEX triplet: 5F, 11 and 71. RGB value is (95,17,113). Sum of RGB (Red+Green+Blue) = 95+17+113=225 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.22% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F1171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1171 is #A0EE8E. Grayscale: #323232. Windows color (decimal): -10546831 or 7410015. OLE color: 7410015.

HSL color Cylindrical-coordinate representation of color #5F1171: hue angle of 288.75º degrees, saturation: 0.74, 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 #5F1171 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9517113-
CMYK0.160.8500.56
HSL288.75º73.85%25.49%-
HSV(B)288.75º84.96%44.31%-
XYZ7.94.0315.98-
YUV51.27162.84159.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.22%
GREEN value IS 17 (7.03% from 255) = 7.56%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=42.22%
G=7.56%
B=50.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95171130.160.8500.56288.7573.8525.49
Hex5F117110550381214a19
Octal137211612012507044111231
Binary10111111000111100011000010101010111000100100001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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