Shades of Seance #5A1E6F
Tints of Seance #5A1E6F
RGB
CMYK
RGB Variations
Color information
#5A1E6F (or 0x5A1E6F) is known color: Seance. HEX triplet: 5A, 1E and 6F. RGB value is (90,30,111). Sum of RGB (Red+Green+Blue) = 90+30+111=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A1E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1E6F is #A5E190. Grayscale: #383838. Windows color (decimal): -10871185 or 7282266. OLE color: 7282266.
HSL color Cylindrical-coordinate representation of color #5A1E6F: hue angle of 284.44º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A1E6F is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 30 | 111 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.56 |
| HSL | 284.44º | 0.57% | 0.28% | - |
| HSV(B) | 284.44º | 0.73% | 0.44% | - |
| XYZ | 7.55 | 4.25 | 15.46 | - |
| YUV | 57.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 111 | 0.19 | 0.73 | 0 | 0.56 | 284.44 | 0.57 | 0.28 |
| Hex | 5A | 1E | 6F | 13 | 49 | 0 | 38 | 11C | 39 | 1C |
| Octal | 132 | 36 | 157 | 23 | 111 | 0 | 70 | 434 | 71 | 34 |
| Binary | 1011010 | 11110 | 1101111 | 10011 | 1001001 | 0 | 111000 | 100011100 | 111001 | 11100 |
Color Harmonies of #5A1E6F
Complementary color
Monochromatic Colors of #5A1E6F
Black with #5A1E6F
Text Example
Text Example
White with #5A1E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E6F; }
p { color: rgb(90,30,111); }
H1.HeaderClassName
{
color: #5A1E6F;
}
.AnyTagClassName
{
color: #5A1E6F;
}
</style>
background-color css
<style>
a { background-color: #5A1E6F; }
a { background-color: rgb(90,30,111); }
div.DivClassName
{
background-color: #5A1E6F;
}
.BgClassName
{
background-color: #5A1E6F;
}
</style>
border-color css
<style>
span { border-color: #5A1E6F; }
span { border-color: rgb(90,30,111); }
td.TdClassName
{
border-color: #5A1E6F;
}
.TagClassName
{
border-color: #5A1E6F;
}
</style>