Shades of Palatinate Purple #5E365C
Tints of Palatinate Purple #5E365C
RGB
CMYK
RGB Variations
Color information
#5E365C (or 0x5E365C) is known color: Palatinate Purple. HEX triplet: 5E, 36 and 5C. RGB value is (94,54,92). Sum of RGB (Red+Green+Blue) = 94+54+92=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 94 - color contains mainly: red. Hex color #5E365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E365C is #A1C9A3. Grayscale: #464646. Windows color (decimal): -10602916 or 6043230. OLE color: 6043230.
HSL color Cylindrical-coordinate representation of color #5E365C: hue angle of 303º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E365C is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 54 | 92 | - |
CMYK | 0 | 0.43 | 0.02 | 0.63 |
HSL | 303º | 0.27% | 0.29% | - |
HSV(B) | 303º | 0.43% | 0.37% | - |
XYZ | 7.87 | 5.79 | 10.83 | - |
YUV | 70.29 | 140.25 | 144.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 54 | 92 | 0 | 0.43 | 0.02 | 0.63 | 303 | 0.27 | 0.29 |
Hex | 5E | 36 | 5C | 0 | 2B | 2 | 3F | 12F | 1B | 1D |
Octal | 136 | 66 | 134 | 0 | 53 | 2 | 77 | 457 | 33 | 35 |
Binary | 1011110 | 110110 | 1011100 | 0 | 101011 | 10 | 111111 | 100101111 | 11011 | 11101 |
Color Harmonies of #5E365C
Complementary color
Monochromatic Colors of #5E365C
Black with #5E365C
Text Example
Text Example
White with #5E365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E365C; }
p { color: rgb(94,54,92); }
H1.HeaderClassName
{
color: #5E365C;
}
.AnyTagClassName
{
color: #5E365C;
}
</style>
background-color css
<style>
a { background-color: #5E365C; }
a { background-color: rgb(94,54,92); }
div.DivClassName
{
background-color: #5E365C;
}
.BgClassName
{
background-color: #5E365C;
}
</style>
border-color css
<style>
span { border-color: #5E365C; }
span { border-color: rgb(94,54,92); }
td.TdClassName
{
border-color: #5E365C;
}
.TagClassName
{
border-color: #5E365C;
}
</style>