Shades of Palatinate Purple #5A235A
Tints of Palatinate Purple #5A235A
RGB
CMYK
RGB Variations
Color information
#5A235A (or 0x5A235A) is known color: Palatinate Purple. HEX triplet: 5A, 23 and 5A. RGB value is (90,35,90). Sum of RGB (Red+Green+Blue) = 90+35+90=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A235A is #A5DCA5. Grayscale: #393939. Windows color (decimal): -10869926 or 5907290. OLE color: 5907290.
HSL color Cylindrical-coordinate representation of color #5A235A: hue angle of 300º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A235A is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 35 | 90 | - |
| CMYK | 0 | 0.61 | 0 | 0.65 |
| HSL | 300º | 0.44% | 0.25% | - |
| HSV(B) | 300º | 0.61% | 0.35% | - |
| XYZ | 6.66 | 4.11 | 10.12 | - |
| YUV | 57.72 | 146.22 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 90 | 0 | 0.61 | 0 | 0.65 | 300 | 0.44 | 0.25 |
| Hex | 5A | 23 | 5A | 0 | 3D | 0 | 41 | 12C | 2C | 19 |
| Octal | 132 | 43 | 132 | 0 | 75 | 0 | 101 | 454 | 54 | 31 |
| Binary | 1011010 | 100011 | 1011010 | 0 | 111101 | 0 | 1000001 | 100101100 | 101100 | 11001 |
Color Harmonies of #5A235A
Complementary color
Monochromatic Colors of #5A235A
Black with #5A235A
Text Example
Text Example
White with #5A235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A235A; }
p { color: rgb(90,35,90); }
H1.HeaderClassName
{
color: #5A235A;
}
.AnyTagClassName
{
color: #5A235A;
}
</style>
background-color css
<style>
a { background-color: #5A235A; }
a { background-color: rgb(90,35,90); }
div.DivClassName
{
background-color: #5A235A;
}
.BgClassName
{
background-color: #5A235A;
}
</style>
border-color css
<style>
span { border-color: #5A235A; }
span { border-color: rgb(90,35,90); }
td.TdClassName
{
border-color: #5A235A;
}
.TagClassName
{
border-color: #5A235A;
}
</style>