Shades of Palatinate Purple #5A165B
Tints of Palatinate Purple #5A165B
RGB
CMYK
RGB Variations
Color information
#5A165B (or 0x5A165B) is known color: Palatinate Purple. HEX triplet: 5A, 16 and 5B. RGB value is (90,22,91). Sum of RGB (Red+Green+Blue) = 90+22+91=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A165B is #A5E9A4. Grayscale: #313131. Windows color (decimal): -10873253 or 5969498. OLE color: 5969498.
HSL color Cylindrical-coordinate representation of color #5A165B: hue angle of 299.13º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A165B is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 22 | 91 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.64 |
| HSL | 299.13º | 0.61% | 0.22% | - |
| HSV(B) | 299.13º | 0.76% | 0.36% | - |
| XYZ | 6.39 | 3.5 | 10.24 | - |
| YUV | 50.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 91 | 0.01 | 0.76 | 0 | 0.64 | 299.13 | 0.61 | 0.22 |
| Hex | 5A | 16 | 5B | 1 | 4C | 0 | 40 | 12B | 3D | 16 |
| Octal | 132 | 26 | 133 | 1 | 114 | 0 | 100 | 453 | 75 | 26 |
| Binary | 1011010 | 10110 | 1011011 | 1 | 1001100 | 0 | 1000000 | 100101011 | 111101 | 10110 |
Color Harmonies of #5A165B
Complementary color
Monochromatic Colors of #5A165B
Black with #5A165B
Text Example
Text Example
White with #5A165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A165B; }
p { color: rgb(90,22,91); }
H1.HeaderClassName
{
color: #5A165B;
}
.AnyTagClassName
{
color: #5A165B;
}
</style>
background-color css
<style>
a { background-color: #5A165B; }
a { background-color: rgb(90,22,91); }
div.DivClassName
{
background-color: #5A165B;
}
.BgClassName
{
background-color: #5A165B;
}
</style>
border-color css
<style>
span { border-color: #5A165B; }
span { border-color: rgb(90,22,91); }
td.TdClassName
{
border-color: #5A165B;
}
.TagClassName
{
border-color: #5A165B;
}
</style>