Shades of Palatinate Purple #5A065B
Tints of Palatinate Purple #5A065B
RGB
CMYK
RGB Variations
Color information
#5A065B (or 0x5A065B) is known color: Palatinate Purple. HEX triplet: 5A, 06 and 5B. RGB value is (90,6,91). Sum of RGB (Red+Green+Blue) = 90+6+91=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A065B is #A5F9A4. Grayscale: #282828. Windows color (decimal): -10877349 or 5965402. OLE color: 5965402.
HSL color Cylindrical-coordinate representation of color #5A065B: hue angle of 299.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A065B is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 6 | 91 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.64 |
| HSL | 299.29º | 0.88% | 0.19% | - |
| HSV(B) | 299.29º | 0.93% | 0.36% | - |
| XYZ | 6.17 | 3.06 | 10.16 | - |
| YUV | 40.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 91 | 0.01 | 0.93 | 0 | 0.64 | 299.29 | 0.88 | 0.19 |
| Hex | 5A | 6 | 5B | 1 | 5D | 0 | 40 | 12B | 58 | 13 |
| Octal | 132 | 6 | 133 | 1 | 135 | 0 | 100 | 453 | 130 | 23 |
| Binary | 1011010 | 110 | 1011011 | 1 | 1011101 | 0 | 1000000 | 100101011 | 1011000 | 10011 |
Color Harmonies of #5A065B
Complementary color
Monochromatic Colors of #5A065B
Black with #5A065B
Text Example
Text Example
White with #5A065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A065B; }
p { color: rgb(90,6,91); }
H1.HeaderClassName
{
color: #5A065B;
}
.AnyTagClassName
{
color: #5A065B;
}
</style>
background-color css
<style>
a { background-color: #5A065B; }
a { background-color: rgb(90,6,91); }
div.DivClassName
{
background-color: #5A065B;
}
.BgClassName
{
background-color: #5A065B;
}
</style>
border-color css
<style>
span { border-color: #5A065B; }
span { border-color: rgb(90,6,91); }
td.TdClassName
{
border-color: #5A065B;
}
.TagClassName
{
border-color: #5A065B;
}
</style>