Shades of Palatinate Purple #5D0264
Tints of Palatinate Purple #5D0264
RGB
CMYK
RGB Variations
Color information
#5D0264 (or 0x5D0264) is known color: Palatinate Purple. HEX triplet: 5D, 02 and 64. RGB value is (93,2,100). Sum of RGB (Red+Green+Blue) = 93+2+100=195 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.69% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 100 (39.45% from 255 or 51.28% from 195); Max value from RGB is 100 - color contains mainly: blue. Hex color #5D0264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0264 is #A2FD9B. Grayscale: #282828. Windows color (decimal): -10681756 or 6554205. OLE color: 6554205.
HSL color Cylindrical-coordinate representation of color #5D0264: hue angle of 295.71º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D0264 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 2 | 100 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.61 |
| HSL | 295.71º | 0.96% | 0.2% | - |
| HSV(B) | 295.71º | 0.98% | 0.39% | - |
| XYZ | 6.84 | 3.29 | 12.33 | - |
| YUV | 40.38 | 161.65 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 100 | 0.07 | 0.98 | 0 | 0.61 | 295.71 | 0.96 | 0.2 |
| Hex | 5D | 2 | 64 | 7 | 62 | 0 | 3D | 128 | 60 | 14 |
| Octal | 135 | 2 | 144 | 7 | 142 | 0 | 75 | 450 | 140 | 24 |
| Binary | 1011101 | 10 | 1100100 | 111 | 1100010 | 0 | 111101 | 100101000 | 1100000 | 10100 |
Color Harmonies of #5D0264
Complementary color
Monochromatic Colors of #5D0264
Black with #5D0264
Text Example
Text Example
White with #5D0264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0264; }
p { color: rgb(93,2,100); }
H1.HeaderClassName
{
color: #5D0264;
}
.AnyTagClassName
{
color: #5D0264;
}
</style>
background-color css
<style>
a { background-color: #5D0264; }
a { background-color: rgb(93,2,100); }
div.DivClassName
{
background-color: #5D0264;
}
.BgClassName
{
background-color: #5D0264;
}
</style>
border-color css
<style>
span { border-color: #5D0264; }
span { border-color: rgb(93,2,100); }
td.TdClassName
{
border-color: #5D0264;
}
.TagClassName
{
border-color: #5D0264;
}
</style>