#5f196f

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

Shades of Seance #5F196F

Tints of Seance #5F196F

Color information

#5F196F (or 0x5F196F) is unknown color: approx Seance. HEX triplet: 5F, 19 and 6F. RGB value is (95,25,111). Sum of RGB (Red+Green+Blue) = 95+25+111=231 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.13% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F196F is #A0E690. Grayscale: #373737. Windows color (decimal): -10544785 or 7280991. OLE color: 7280991.

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

Color convert

RGB9525111-
CMYK0.140.7700.56
HSL288.84º63.24%26.67%-
HSV(B)288.84º77.48%43.53%-
XYZ7.944.2815.45-
YUV55.73159.19156.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.13%
GREEN value IS 25 (10.16% from 255) = 10.82%
BLUE value IS 111 (43.75% from 255) = 48.05%
R=41.13%
G=10.82%
B=48.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95251110.140.7700.56288.8463.2426.67
Hex5F196FE4D0381213f1b
Octal13731157161150704417733
Binary101111111001110111111101001101011100010010000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f196f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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