Shades of Palatinate Purple #791B5E
Tints of Palatinate Purple #791B5E
RGB
CMYK
RGB Variations
Color information
#791B5E (or 0x791B5E) is known color: Palatinate Purple. HEX triplet: 79, 1B and 5E. RGB value is (121,27,94). Sum of RGB (Red+Green+Blue) = 121+27+94=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #791B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791B5E is #86E4A1. Grayscale: #3E3E3E. Windows color (decimal): -8840354 or 6167417. OLE color: 6167417.
HSL color Cylindrical-coordinate representation of color #791B5E: hue angle of 317.23º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #791B5E is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
RGB | 121 | 27 | 94 | - |
CMYK | 0 | 0.78 | 0.22 | 0.53 |
HSL | 317.23º | 0.64% | 0.29% | - |
HSV(B) | 317.23º | 0.78% | 0.47% | - |
XYZ | 10.3 | 5.66 | 11.14 | - |
YUV | 62.74 | 145.64 | 169.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 121 | 27 | 94 | 0 | 0.78 | 0.22 | 0.53 | 317.23 | 0.64 | 0.29 |
Hex | 79 | 1B | 5E | 0 | 4E | 16 | 35 | 13D | 40 | 1D |
Octal | 171 | 33 | 136 | 0 | 116 | 26 | 65 | 475 | 100 | 35 |
Binary | 1111001 | 11011 | 1011110 | 0 | 1001110 | 10110 | 110101 | 100111101 | 1000000 | 11101 |
Color Harmonies of #791B5E
Complementary color
Monochromatic Colors of #791B5E
Black with #791B5E
Text Example
Text Example
White with #791B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791B5E; }
p { color: rgb(121,27,94); }
H1.HeaderClassName
{
color: #791B5E;
}
.AnyTagClassName
{
color: #791B5E;
}
</style>
background-color css
<style>
a { background-color: #791B5E; }
a { background-color: rgb(121,27,94); }
div.DivClassName
{
background-color: #791B5E;
}
.BgClassName
{
background-color: #791B5E;
}
</style>
border-color css
<style>
span { border-color: #791B5E; }
span { border-color: rgb(121,27,94); }
td.TdClassName
{
border-color: #791B5E;
}
.TagClassName
{
border-color: #791B5E;
}
</style>