Shades of Palatinate Purple #5C234F
Tints of Palatinate Purple #5C234F
RGB
CMYK
RGB Variations
Color information
#5C234F (or 0x5C234F) is known color: Palatinate Purple. HEX triplet: 5C, 23 and 4F. RGB value is (92,35,79). Sum of RGB (Red+Green+Blue) = 92+35+79=206 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.66% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 92 - color contains mainly: red. Hex color #5C234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C234F is #A3DCB0. Grayscale: #383838. Windows color (decimal): -10738865 or 5186396. OLE color: 5186396.
HSL color Cylindrical-coordinate representation of color #5C234F: hue angle of 313.68º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C234F is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 35 | 79 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.64 |
| HSL | 313.68º | 0.45% | 0.25% | - |
| HSV(B) | 313.68º | 0.62% | 0.36% | - |
| XYZ | 6.43 | 4.04 | 7.84 | - |
| YUV | 57.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 79 | 0 | 0.62 | 0.14 | 0.64 | 313.68 | 0.45 | 0.25 |
| Hex | 5C | 23 | 4F | 0 | 3E | E | 40 | 13A | 2D | 19 |
| Octal | 134 | 43 | 117 | 0 | 76 | 16 | 100 | 472 | 55 | 31 |
| Binary | 1011100 | 100011 | 1001111 | 0 | 111110 | 1110 | 1000000 | 100111010 | 101101 | 11001 |
Color Harmonies of #5C234F
Complementary color
Monochromatic Colors of #5C234F
Black with #5C234F
Text Example
Text Example
White with #5C234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C234F; }
p { color: rgb(92,35,79); }
H1.HeaderClassName
{
color: #5C234F;
}
.AnyTagClassName
{
color: #5C234F;
}
</style>
background-color css
<style>
a { background-color: #5C234F; }
a { background-color: rgb(92,35,79); }
div.DivClassName
{
background-color: #5C234F;
}
.BgClassName
{
background-color: #5C234F;
}
</style>
border-color css
<style>
span { border-color: #5C234F; }
span { border-color: rgb(92,35,79); }
td.TdClassName
{
border-color: #5C234F;
}
.TagClassName
{
border-color: #5C234F;
}
</style>