Shades of Palatinate Purple #5D0567
Tints of Palatinate Purple #5D0567
RGB
CMYK
RGB Variations
Color information
#5D0567 (or 0x5D0567) is known color: Palatinate Purple. HEX triplet: 5D, 05 and 67. RGB value is (93,5,103). Sum of RGB (Red+Green+Blue) = 93+5+103=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D0567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0567 is #A2FA98. Grayscale: #2A2A2A. Windows color (decimal): -10680985 or 6751581. OLE color: 6751581.
HSL color Cylindrical-coordinate representation of color #5D0567: hue angle of 293.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0567 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 5 | 103 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.60 |
| HSL | 293.88º | 0.91% | 0.21% | - |
| HSV(B) | 293.88º | 0.95% | 0.4% | - |
| XYZ | 7.02 | 3.41 | 13.12 | - |
| YUV | 42.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 103 | 0.10 | 0.95 | 0 | 0.60 | 293.88 | 0.91 | 0.21 |
| Hex | 5D | 5 | 67 | A | 5F | 0 | 3C | 126 | 5B | 15 |
| Octal | 135 | 5 | 147 | 12 | 137 | 0 | 74 | 446 | 133 | 25 |
| Binary | 1011101 | 101 | 1100111 | 1010 | 1011111 | 0 | 111100 | 100100110 | 1011011 | 10101 |
Color Harmonies of #5D0567
Complementary color
Monochromatic Colors of #5D0567
Black with #5D0567
Text Example
Text Example
White with #5D0567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0567; }
p { color: rgb(93,5,103); }
H1.HeaderClassName
{
color: #5D0567;
}
.AnyTagClassName
{
color: #5D0567;
}
</style>
background-color css
<style>
a { background-color: #5D0567; }
a { background-color: rgb(93,5,103); }
div.DivClassName
{
background-color: #5D0567;
}
.BgClassName
{
background-color: #5D0567;
}
</style>
border-color css
<style>
span { border-color: #5D0567; }
span { border-color: rgb(93,5,103); }
td.TdClassName
{
border-color: #5D0567;
}
.TagClassName
{
border-color: #5D0567;
}
</style>