#5F1F77

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

Shades of Seance #5F1F77

Tints of Seance #5F1F77

Color information

#5F1F77 (or 0x5F1F77) is unknown color: approx Seance. HEX triplet: 5F, 1F and 77. RGB value is (95,31,119). Sum of RGB (Red+Green+Blue) = 95+31+119=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F1F77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F1F77 is #A0E088. Grayscale: #3B3B3B. Windows color (decimal): -10543241 or 7806815. OLE color: 7806815.

HSL color Cylindrical-coordinate representation of color #5F1F77: hue angle of 283.64º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F1F77 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9531119-
CMYK0.200.7400.53
HSL283.64º58.67%29.41%-
HSV(B)283.64º73.95%46.67%-
XYZ8.544.7417.92-
YUV60.17161.2152.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.78%
GREEN value IS 31 (12.5% from 255) = 12.65%
BLUE value IS 119 (46.88% from 255) = 48.57%
R=38.78%
G=12.65%
B=48.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95311190.200.7400.53283.6458.6729.41
Hex5F1F77144A03511c3b1d
Octal13737167241120654347335
Binary1011111111111110111101001001010011010110001110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,31,119); }

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

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

 a { background-color: rgb(95,31,119); }

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

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

 span { border-color: rgb(95,31,119); }

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