#5F1970

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

Shades of Seance #5F1970

Tints of Seance #5F1970

Color information

#5F1970 (or 0x5F1970) is unknown color: approx Seance. HEX triplet: 5F, 19 and 70. RGB value is (95,25,112). Sum of RGB (Red+Green+Blue) = 95+25+112=232 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.95% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #5F1970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1970 is #A0E68F. Grayscale: #373737. Windows color (decimal): -10544784 or 7346527. OLE color: 7346527.

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

Color convert

RGB9525112-
CMYK0.150.7800.56
HSL288.28º63.5%26.86%-
HSV(B)288.28º77.68%43.92%-
XYZ7.994.315.74-
YUV55.85159.69155.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.95%
GREEN value IS 25 (10.16% from 255) = 10.78%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=40.95%
G=10.78%
B=48.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95251120.150.7800.56288.2863.526.86
Hex5F1970F4E038120401b
Octal137311601711607044010033
Binary1011111110011110000111110011100111000100100000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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