Shades of Palatinate Purple #5A1265
Tints of Palatinate Purple #5A1265
RGB
CMYK
RGB Variations
Color information
#5A1265 (or 0x5A1265) is known color: Palatinate Purple. HEX triplet: 5A, 12 and 65. RGB value is (90,18,101). Sum of RGB (Red+Green+Blue) = 90+18+101=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #5A1265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1265 is #A5ED9A. Grayscale: #303030. Windows color (decimal): -10874267 or 6623834. OLE color: 6623834.
HSL color Cylindrical-coordinate representation of color #5A1265: hue angle of 292.05º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1265 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 18 | 101 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.60 |
| HSL | 292.05º | 0.7% | 0.23% | - |
| HSV(B) | 292.05º | 0.82% | 0.4% | - |
| XYZ | 6.78 | 3.55 | 12.64 | - |
| YUV | 48.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 101 | 0.11 | 0.82 | 0 | 0.60 | 292.05 | 0.7 | 0.23 |
| Hex | 5A | 12 | 65 | B | 52 | 0 | 3C | 124 | 46 | 17 |
| Octal | 132 | 22 | 145 | 13 | 122 | 0 | 74 | 444 | 106 | 27 |
| Binary | 1011010 | 10010 | 1100101 | 1011 | 1010010 | 0 | 111100 | 100100100 | 1000110 | 10111 |
Color Harmonies of #5A1265
Complementary color
Monochromatic Colors of #5A1265
Black with #5A1265
Text Example
Text Example
White with #5A1265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1265; }
p { color: rgb(90,18,101); }
H1.HeaderClassName
{
color: #5A1265;
}
.AnyTagClassName
{
color: #5A1265;
}
</style>
background-color css
<style>
a { background-color: #5A1265; }
a { background-color: rgb(90,18,101); }
div.DivClassName
{
background-color: #5A1265;
}
.BgClassName
{
background-color: #5A1265;
}
</style>
border-color css
<style>
span { border-color: #5A1265; }
span { border-color: rgb(90,18,101); }
td.TdClassName
{
border-color: #5A1265;
}
.TagClassName
{
border-color: #5A1265;
}
</style>