Shades of Palatinate Purple #5D255C
Tints of Palatinate Purple #5D255C
RGB
CMYK
RGB Variations
Color information
#5D255C (or 0x5D255C) is known color: Palatinate Purple. HEX triplet: 5D, 25 and 5C. RGB value is (93,37,92). Sum of RGB (Red+Green+Blue) = 93+37+92=222 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.89% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 93 - color contains mainly: red. Hex color #5D255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D255C is #A2DAA3. Grayscale: #3B3B3B. Windows color (decimal): -10672804 or 6038877. OLE color: 6038877.
HSL color Cylindrical-coordinate representation of color #5D255C: hue angle of 301.07º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D255C is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 37 | 92 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.64 |
| HSL | 301.07º | 0.43% | 0.25% | - |
| HSV(B) | 301.07º | 0.6% | 0.36% | - |
| XYZ | 7.11 | 4.42 | 10.6 | - |
| YUV | 60.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 92 | 0 | 0.60 | 0.01 | 0.64 | 301.07 | 0.43 | 0.25 |
| Hex | 5D | 25 | 5C | 0 | 3C | 1 | 40 | 12D | 2B | 19 |
| Octal | 135 | 45 | 134 | 0 | 74 | 1 | 100 | 455 | 53 | 31 |
| Binary | 1011101 | 100101 | 1011100 | 0 | 111100 | 1 | 1000000 | 100101101 | 101011 | 11001 |
Color Harmonies of #5D255C
Complementary color
Monochromatic Colors of #5D255C
Black with #5D255C
Text Example
Text Example
White with #5D255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D255C; }
p { color: rgb(93,37,92); }
H1.HeaderClassName
{
color: #5D255C;
}
.AnyTagClassName
{
color: #5D255C;
}
</style>
background-color css
<style>
a { background-color: #5D255C; }
a { background-color: rgb(93,37,92); }
div.DivClassName
{
background-color: #5D255C;
}
.BgClassName
{
background-color: #5D255C;
}
</style>
border-color css
<style>
span { border-color: #5D255C; }
span { border-color: rgb(93,37,92); }
td.TdClassName
{
border-color: #5D255C;
}
.TagClassName
{
border-color: #5D255C;
}
</style>