Shades of Seance #5A1F6E
Tints of Seance #5A1F6E
RGB
CMYK
RGB Variations
Color information
#5A1F6E (or 0x5A1F6E) is known color: Seance. HEX triplet: 5A, 1F and 6E. RGB value is (90,31,110). Sum of RGB (Red+Green+Blue) = 90+31+110=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A1F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1F6E is #A5E091. Grayscale: #393939. Windows color (decimal): -10870930 or 7216986. OLE color: 7216986.
HSL color Cylindrical-coordinate representation of color #5A1F6E: hue angle of 284.81º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A1F6E is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 31 | 110 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.57 |
| HSL | 284.81º | 0.56% | 0.28% | - |
| HSV(B) | 284.81º | 0.72% | 0.43% | - |
| XYZ | 7.52 | 4.28 | 15.18 | - |
| YUV | 57.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 31 | 110 | 0.18 | 0.72 | 0 | 0.57 | 284.81 | 0.56 | 0.28 |
| Hex | 5A | 1F | 6E | 12 | 48 | 0 | 39 | 11D | 38 | 1C |
| Octal | 132 | 37 | 156 | 22 | 110 | 0 | 71 | 435 | 70 | 34 |
| Binary | 1011010 | 11111 | 1101110 | 10010 | 1001000 | 0 | 111001 | 100011101 | 111000 | 11100 |
Color Harmonies of #5A1F6E
Complementary color
Monochromatic Colors of #5A1F6E
Black with #5A1F6E
Text Example
Text Example
White with #5A1F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1F6E; }
p { color: rgb(90,31,110); }
H1.HeaderClassName
{
color: #5A1F6E;
}
.AnyTagClassName
{
color: #5A1F6E;
}
</style>
background-color css
<style>
a { background-color: #5A1F6E; }
a { background-color: rgb(90,31,110); }
div.DivClassName
{
background-color: #5A1F6E;
}
.BgClassName
{
background-color: #5A1F6E;
}
</style>
border-color css
<style>
span { border-color: #5A1F6E; }
span { border-color: rgb(90,31,110); }
td.TdClassName
{
border-color: #5A1F6E;
}
.TagClassName
{
border-color: #5A1F6E;
}
</style>