Shades of Palatinate Purple #5D0765
Tints of Palatinate Purple #5D0765
RGB
CMYK
RGB Variations
Color information
#5D0765 (or 0x5D0765) is known color: Palatinate Purple. HEX triplet: 5D, 07 and 65. RGB value is (93,7,101). Sum of RGB (Red+Green+Blue) = 93+7+101=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #5D0765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0765 is #A2F89A. Grayscale: #2B2B2B. Windows color (decimal): -10680475 or 6621021. OLE color: 6621021.
HSL color Cylindrical-coordinate representation of color #5D0765: hue angle of 294.89º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D0765 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 7 | 101 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.60 |
| HSL | 294.89º | 0.87% | 0.21% | - |
| HSV(B) | 294.89º | 0.93% | 0.4% | - |
| XYZ | 6.94 | 3.42 | 12.61 | - |
| YUV | 43.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 101 | 0.08 | 0.93 | 0 | 0.60 | 294.89 | 0.87 | 0.21 |
| Hex | 5D | 7 | 65 | 8 | 5D | 0 | 3C | 127 | 57 | 15 |
| Octal | 135 | 7 | 145 | 10 | 135 | 0 | 74 | 447 | 127 | 25 |
| Binary | 1011101 | 111 | 1100101 | 1000 | 1011101 | 0 | 111100 | 100100111 | 1010111 | 10101 |
Color Harmonies of #5D0765
Complementary color
Monochromatic Colors of #5D0765
Black with #5D0765
Text Example
Text Example
White with #5D0765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0765; }
p { color: rgb(93,7,101); }
H1.HeaderClassName
{
color: #5D0765;
}
.AnyTagClassName
{
color: #5D0765;
}
</style>
background-color css
<style>
a { background-color: #5D0765; }
a { background-color: rgb(93,7,101); }
div.DivClassName
{
background-color: #5D0765;
}
.BgClassName
{
background-color: #5D0765;
}
</style>
border-color css
<style>
span { border-color: #5D0765; }
span { border-color: rgb(93,7,101); }
td.TdClassName
{
border-color: #5D0765;
}
.TagClassName
{
border-color: #5D0765;
}
</style>