Shades of Palatinate Purple #5F265D
Tints of Palatinate Purple #5F265D
RGB
CMYK
RGB Variations
Color information
#5F265D (or 0x5F265D) is known color: Palatinate Purple. HEX triplet: 5F, 26 and 5D. RGB value is (95,38,93). Sum of RGB (Red+Green+Blue) = 95+38+93=226 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.04% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 95 - color contains mainly: red. Hex color #5F265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F265D is #A0D9A2. Grayscale: #3D3D3D. Windows color (decimal): -10541475 or 6104671. OLE color: 6104671.
HSL color Cylindrical-coordinate representation of color #5F265D: hue angle of 302.11º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F265D is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 38 | 93 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.63 |
| HSL | 302.11º | 0.43% | 0.26% | - |
| HSV(B) | 302.11º | 0.6% | 0.37% | - |
| XYZ | 7.39 | 4.61 | 10.86 | - |
| YUV | 61.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 38 | 93 | 0 | 0.60 | 0.02 | 0.63 | 302.11 | 0.43 | 0.26 |
| Hex | 5F | 26 | 5D | 0 | 3C | 2 | 3F | 12E | 2B | 1A |
| Octal | 137 | 46 | 135 | 0 | 74 | 2 | 77 | 456 | 53 | 32 |
| Binary | 1011111 | 100110 | 1011101 | 0 | 111100 | 10 | 111111 | 100101110 | 101011 | 11010 |
Color Harmonies of #5F265D
Complementary color
Monochromatic Colors of #5F265D
Black with #5F265D
Text Example
Text Example
White with #5F265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F265D; }
p { color: rgb(95,38,93); }
H1.HeaderClassName
{
color: #5F265D;
}
.AnyTagClassName
{
color: #5F265D;
}
</style>
background-color css
<style>
a { background-color: #5F265D; }
a { background-color: rgb(95,38,93); }
div.DivClassName
{
background-color: #5F265D;
}
.BgClassName
{
background-color: #5F265D;
}
</style>
border-color css
<style>
span { border-color: #5F265D; }
span { border-color: rgb(95,38,93); }
td.TdClassName
{
border-color: #5F265D;
}
.TagClassName
{
border-color: #5F265D;
}
</style>