Shades of Seance #5F256F
Tints of Seance #5F256F
RGB
CMYK
RGB Variations
Color information
#5F256F (or 0x5F256F) is known color: Seance. HEX triplet: 5F, 25 and 6F. RGB value is (95,37,111). Sum of RGB (Red+Green+Blue) = 95+37+111=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F256F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F256F is #A0DA90. Grayscale: #3E3E3E. Windows color (decimal): -10541713 or 7284063. OLE color: 7284063.
HSL color Cylindrical-coordinate representation of color #5F256F: hue angle of 287.03º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F256F is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 37 | 111 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.56 |
| HSL | 287.03º | 0.5% | 0.29% | - |
| HSV(B) | 287.03º | 0.67% | 0.44% | - |
| XYZ | 8.25 | 4.9 | 15.55 | - |
| YUV | 62.78 | 155.22 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 37 | 111 | 0.14 | 0.67 | 0 | 0.56 | 287.03 | 0.5 | 0.29 |
| Hex | 5F | 25 | 6F | E | 43 | 0 | 38 | 11F | 32 | 1D |
| Octal | 137 | 45 | 157 | 16 | 103 | 0 | 70 | 437 | 62 | 35 |
| Binary | 1011111 | 100101 | 1101111 | 1110 | 1000011 | 0 | 111000 | 100011111 | 110010 | 11101 |
Color Harmonies of #5F256F
Complementary color
Monochromatic Colors of #5F256F
Black with #5F256F
Text Example
Text Example
White with #5F256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F256F; }
p { color: rgb(95,37,111); }
H1.HeaderClassName
{
color: #5F256F;
}
.AnyTagClassName
{
color: #5F256F;
}
</style>
background-color css
<style>
a { background-color: #5F256F; }
a { background-color: rgb(95,37,111); }
div.DivClassName
{
background-color: #5F256F;
}
.BgClassName
{
background-color: #5F256F;
}
</style>
border-color css
<style>
span { border-color: #5F256F; }
span { border-color: rgb(95,37,111); }
td.TdClassName
{
border-color: #5F256F;
}
.TagClassName
{
border-color: #5F256F;
}
</style>