Shades of Seance #5A216F
Tints of Seance #5A216F
RGB
CMYK
RGB Variations
Color information
#5A216F (or 0x5A216F) is known color: Seance. HEX triplet: 5A, 21 and 6F. RGB value is (90,33,111). Sum of RGB (Red+Green+Blue) = 90+33+111=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A216F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A216F is #A5DE90. Grayscale: #3A3A3A. Windows color (decimal): -10870417 or 7283034. OLE color: 7283034.
HSL color Cylindrical-coordinate representation of color #5A216F: hue angle of 283.85º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A216F is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 33 | 111 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.56 |
| HSL | 283.85º | 0.54% | 0.28% | - |
| HSV(B) | 283.85º | 0.7% | 0.44% | - |
| XYZ | 7.63 | 4.41 | 15.49 | - |
| YUV | 58.94 | 157.38 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 33 | 111 | 0.19 | 0.70 | 0 | 0.56 | 283.85 | 0.54 | 0.28 |
| Hex | 5A | 21 | 6F | 13 | 46 | 0 | 38 | 11C | 36 | 1C |
| Octal | 132 | 41 | 157 | 23 | 106 | 0 | 70 | 434 | 66 | 34 |
| Binary | 1011010 | 100001 | 1101111 | 10011 | 1000110 | 0 | 111000 | 100011100 | 110110 | 11100 |
Color Harmonies of #5A216F
Complementary color
Monochromatic Colors of #5A216F
Black with #5A216F
Text Example
Text Example
White with #5A216F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A216F; }
p { color: rgb(90,33,111); }
H1.HeaderClassName
{
color: #5A216F;
}
.AnyTagClassName
{
color: #5A216F;
}
</style>
background-color css
<style>
a { background-color: #5A216F; }
a { background-color: rgb(90,33,111); }
div.DivClassName
{
background-color: #5A216F;
}
.BgClassName
{
background-color: #5A216F;
}
</style>
border-color css
<style>
span { border-color: #5A216F; }
span { border-color: rgb(90,33,111); }
td.TdClassName
{
border-color: #5A216F;
}
.TagClassName
{
border-color: #5A216F;
}
</style>