Shades of Palatinate Purple #5C305D
Tints of Palatinate Purple #5C305D
RGB
CMYK
RGB Variations
Color information
#5C305D (or 0x5C305D) is known color: Palatinate Purple. HEX triplet: 5C, 30 and 5D. RGB value is (92,48,93). Sum of RGB (Red+Green+Blue) = 92+48+93=233 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.48% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C305D is #A3CFA2. Grayscale: #424242. Windows color (decimal): -10735523 or 6107228. OLE color: 6107228.
HSL color Cylindrical-coordinate representation of color #5C305D: hue angle of 298.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C305D is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 48 | 93 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.64 |
| HSL | 298.67º | 0.32% | 0.28% | - |
| HSV(B) | 298.67º | 0.48% | 0.36% | - |
| XYZ | 7.45 | 5.18 | 10.96 | - |
| YUV | 66.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 48 | 93 | 0.01 | 0.48 | 0 | 0.64 | 298.67 | 0.32 | 0.28 |
| Hex | 5C | 30 | 5D | 1 | 30 | 0 | 40 | 12B | 20 | 1C |
| Octal | 134 | 60 | 135 | 1 | 60 | 0 | 100 | 453 | 40 | 34 |
| Binary | 1011100 | 110000 | 1011101 | 1 | 110000 | 0 | 1000000 | 100101011 | 100000 | 11100 |
Color Harmonies of #5C305D
Complementary color
Monochromatic Colors of #5C305D
Black with #5C305D
Text Example
Text Example
White with #5C305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C305D; }
p { color: rgb(92,48,93); }
H1.HeaderClassName
{
color: #5C305D;
}
.AnyTagClassName
{
color: #5C305D;
}
</style>
background-color css
<style>
a { background-color: #5C305D; }
a { background-color: rgb(92,48,93); }
div.DivClassName
{
background-color: #5C305D;
}
.BgClassName
{
background-color: #5C305D;
}
</style>
border-color css
<style>
span { border-color: #5C305D; }
span { border-color: rgb(92,48,93); }
td.TdClassName
{
border-color: #5C305D;
}
.TagClassName
{
border-color: #5C305D;
}
</style>