Shades of Palatinate Purple #5F345B
Tints of Palatinate Purple #5F345B
RGB
CMYK
RGB Variations
Color information
#5F345B (or 0x5F345B) is known color: Palatinate Purple. HEX triplet: 5F, 34 and 5B. RGB value is (95,52,91). Sum of RGB (Red+Green+Blue) = 95+52+91=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 95 - color contains mainly: red. Hex color #5F345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F345B is #A0CBA4. Grayscale: #454545. Windows color (decimal): -10537893 or 5977183. OLE color: 5977183.
HSL color Cylindrical-coordinate representation of color #5F345B: hue angle of 305.58º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F345B is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 52 | 91 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.63 |
| HSL | 305.58º | 0.29% | 0.29% | - |
| HSV(B) | 305.58º | 0.45% | 0.37% | - |
| XYZ | 7.84 | 5.64 | 10.57 | - |
| YUV | 69.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 52 | 91 | 0 | 0.45 | 0.04 | 0.63 | 305.58 | 0.29 | 0.29 |
| Hex | 5F | 34 | 5B | 0 | 2D | 4 | 3F | 132 | 1D | 1D |
| Octal | 137 | 64 | 133 | 0 | 55 | 4 | 77 | 462 | 35 | 35 |
| Binary | 1011111 | 110100 | 1011011 | 0 | 101101 | 100 | 111111 | 100110010 | 11101 | 11101 |
Color Harmonies of #5F345B
Complementary color
Monochromatic Colors of #5F345B
Black with #5F345B
Text Example
Text Example
White with #5F345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F345B; }
p { color: rgb(95,52,91); }
H1.HeaderClassName
{
color: #5F345B;
}
.AnyTagClassName
{
color: #5F345B;
}
</style>
background-color css
<style>
a { background-color: #5F345B; }
a { background-color: rgb(95,52,91); }
div.DivClassName
{
background-color: #5F345B;
}
.BgClassName
{
background-color: #5F345B;
}
</style>
border-color css
<style>
span { border-color: #5F345B; }
span { border-color: rgb(95,52,91); }
td.TdClassName
{
border-color: #5F345B;
}
.TagClassName
{
border-color: #5F345B;
}
</style>