Shades of Palatinate Purple #5E365E
Tints of Palatinate Purple #5E365E
RGB
CMYK
RGB Variations
Color information
#5E365E (or 0x5E365E) is known color: Palatinate Purple. HEX triplet: 5E, 36 and 5E. RGB value is (94,54,94). Sum of RGB (Red+Green+Blue) = 94+54+94=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 94 - color contains mainly: red, blue. Hex color #5E365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E365E is #A1C9A1. Grayscale: #464646. Windows color (decimal): -10602914 or 6174302. OLE color: 6174302.
HSL color Cylindrical-coordinate representation of color #5E365E: hue angle of 300º 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 #5E365E is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 54 | 94 | - |
CMYK | 0 | 0.43 | 0 | 0.63 |
HSL | 300º | 0.27% | 0.29% | - |
HSV(B) | 300º | 0.43% | 0.37% | - |
XYZ | 7.96 | 5.83 | 11.29 | - |
YUV | 70.52 | 141.25 | 144.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 54 | 94 | 0 | 0.43 | 0 | 0.63 | 300 | 0.27 | 0.29 |
Hex | 5E | 36 | 5E | 0 | 2B | 0 | 3F | 12C | 1B | 1D |
Octal | 136 | 66 | 136 | 0 | 53 | 0 | 77 | 454 | 33 | 35 |
Binary | 1011110 | 110110 | 1011110 | 0 | 101011 | 0 | 111111 | 100101100 | 11011 | 11101 |
Color Harmonies of #5E365E
Complementary color
Monochromatic Colors of #5E365E
Black with #5E365E
Text Example
Text Example
White with #5E365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E365E; }
p { color: rgb(94,54,94); }
H1.HeaderClassName
{
color: #5E365E;
}
.AnyTagClassName
{
color: #5E365E;
}
</style>
background-color css
<style>
a { background-color: #5E365E; }
a { background-color: rgb(94,54,94); }
div.DivClassName
{
background-color: #5E365E;
}
.BgClassName
{
background-color: #5E365E;
}
</style>
border-color css
<style>
span { border-color: #5E365E; }
span { border-color: rgb(94,54,94); }
td.TdClassName
{
border-color: #5E365E;
}
.TagClassName
{
border-color: #5E365E;
}
</style>