#5F2970

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

Shades of Seance #5F2970

Tints of Seance #5F2970

Color information

#5F2970 (or 0x5F2970) is unknown color: approx Seance. HEX triplet: 5F, 29 and 70. RGB value is (95,41,112). Sum of RGB (Red+Green+Blue) = 95+41+112=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #5F2970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2970 is #A0D68F. Grayscale: #414141. Windows color (decimal): -10540688 or 7350623. OLE color: 7350623.

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

Color convert

RGB9541112-
CMYK0.150.6300.56
HSL285.63º46.41%30%-
HSV(B)285.63º63.39%43.92%-
XYZ8.445.1915.89-
YUV65.24154.39149.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.31%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=38.31%
G=16.53%
B=45.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95411120.150.6300.56285.6346.4130
Hex5F2970F3F03811e2e1e
Octal1375116017770704365636
Binary101111110100111100001111111111011100010001111010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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