Shades of Palatinate Purple #5C265D
Tints of Palatinate Purple #5C265D
RGB
CMYK
RGB Variations
Color information
#5C265D (or 0x5C265D) is known color: Palatinate Purple. HEX triplet: 5C, 26 and 5D. RGB value is (92,38,93). Sum of RGB (Red+Green+Blue) = 92+38+93=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C265D is #A3D9A2. Grayscale: #3C3C3C. Windows color (decimal): -10738083 or 6104668. OLE color: 6104668.
HSL color Cylindrical-coordinate representation of color #5C265D: hue angle of 298.91º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C265D is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 38 | 93 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.64 |
| HSL | 298.91º | 0.42% | 0.26% | - |
| HSV(B) | 298.91º | 0.59% | 0.36% | - |
| XYZ | 7.08 | 4.45 | 10.84 | - |
| YUV | 60.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 38 | 93 | 0.01 | 0.59 | 0 | 0.64 | 298.91 | 0.42 | 0.26 |
| Hex | 5C | 26 | 5D | 1 | 3B | 0 | 40 | 12B | 2A | 1A |
| Octal | 134 | 46 | 135 | 1 | 73 | 0 | 100 | 453 | 52 | 32 |
| Binary | 1011100 | 100110 | 1011101 | 1 | 111011 | 0 | 1000000 | 100101011 | 101010 | 11010 |
Color Harmonies of #5C265D
Complementary color
Monochromatic Colors of #5C265D
Black with #5C265D
Text Example
Text Example
White with #5C265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C265D; }
p { color: rgb(92,38,93); }
H1.HeaderClassName
{
color: #5C265D;
}
.AnyTagClassName
{
color: #5C265D;
}
</style>
background-color css
<style>
a { background-color: #5C265D; }
a { background-color: rgb(92,38,93); }
div.DivClassName
{
background-color: #5C265D;
}
.BgClassName
{
background-color: #5C265D;
}
</style>
border-color css
<style>
span { border-color: #5C265D; }
span { border-color: rgb(92,38,93); }
td.TdClassName
{
border-color: #5C265D;
}
.TagClassName
{
border-color: #5C265D;
}
</style>