Shades of Palatinate Purple #5F255C
Tints of Palatinate Purple #5F255C
RGB
CMYK
RGB Variations
Color information
#5F255C (or 0x5F255C) is known color: Palatinate Purple. HEX triplet: 5F, 25 and 5C. RGB value is (95,37,92). Sum of RGB (Red+Green+Blue) = 95+37+92=224 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.41% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 95 - color contains mainly: red. Hex color #5F255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F255C is #A0DAA3. Grayscale: #3C3C3C. Windows color (decimal): -10541732 or 6038879. OLE color: 6038879.
HSL color Cylindrical-coordinate representation of color #5F255C: hue angle of 303.1º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F255C is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 37 | 92 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.63 |
| HSL | 303.1º | 0.44% | 0.26% | - |
| HSV(B) | 303.1º | 0.61% | 0.37% | - |
| XYZ | 7.31 | 4.53 | 10.61 | - |
| YUV | 60.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 37 | 92 | 0 | 0.61 | 0.03 | 0.63 | 303.1 | 0.44 | 0.26 |
| Hex | 5F | 25 | 5C | 0 | 3D | 3 | 3F | 12F | 2C | 1A |
| Octal | 137 | 45 | 134 | 0 | 75 | 3 | 77 | 457 | 54 | 32 |
| Binary | 1011111 | 100101 | 1011100 | 0 | 111101 | 11 | 111111 | 100101111 | 101100 | 11010 |
Color Harmonies of #5F255C
Complementary color
Monochromatic Colors of #5F255C
Black with #5F255C
Text Example
Text Example
White with #5F255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F255C; }
p { color: rgb(95,37,92); }
H1.HeaderClassName
{
color: #5F255C;
}
.AnyTagClassName
{
color: #5F255C;
}
</style>
background-color css
<style>
a { background-color: #5F255C; }
a { background-color: rgb(95,37,92); }
div.DivClassName
{
background-color: #5F255C;
}
.BgClassName
{
background-color: #5F255C;
}
</style>
border-color css
<style>
span { border-color: #5F255C; }
span { border-color: rgb(95,37,92); }
td.TdClassName
{
border-color: #5F255C;
}
.TagClassName
{
border-color: #5F255C;
}
</style>