Shades of Palatinate Purple #721B5B
Tints of Palatinate Purple #721B5B
RGB
CMYK
RGB Variations
Color information
#721B5B (or 0x721B5B) is known color: Palatinate Purple. HEX triplet: 72, 1B and 5B. RGB value is (114,27,91). Sum of RGB (Red+Green+Blue) = 114+27+91=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #721B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721B5B is #8DE4A4. Grayscale: #3C3C3C. Windows color (decimal): -9299109 or 5970802. OLE color: 5970802.
HSL color Cylindrical-coordinate representation of color #721B5B: hue angle of 315.86º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #721B5B is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 27 | 91 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.55 |
| HSL | 315.86º | 0.62% | 0.28% | - |
| HSV(B) | 315.86º | 0.76% | 0.45% | - |
| XYZ | 9.22 | 5.12 | 10.4 | - |
| YUV | 60.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 91 | 0 | 0.76 | 0.20 | 0.55 | 315.86 | 0.62 | 0.28 |
| Hex | 72 | 1B | 5B | 0 | 4C | 14 | 37 | 13C | 3E | 1C |
| Octal | 162 | 33 | 133 | 0 | 114 | 24 | 67 | 474 | 76 | 34 |
| Binary | 1110010 | 11011 | 1011011 | 0 | 1001100 | 10100 | 110111 | 100111100 | 111110 | 11100 |
Color Harmonies of #721B5B
Complementary color
Monochromatic Colors of #721B5B
Black with #721B5B
Text Example
Text Example
White with #721B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721B5B; }
p { color: rgb(114,27,91); }
H1.HeaderClassName
{
color: #721B5B;
}
.AnyTagClassName
{
color: #721B5B;
}
</style>
background-color css
<style>
a { background-color: #721B5B; }
a { background-color: rgb(114,27,91); }
div.DivClassName
{
background-color: #721B5B;
}
.BgClassName
{
background-color: #721B5B;
}
</style>
border-color css
<style>
span { border-color: #721B5B; }
span { border-color: rgb(114,27,91); }
td.TdClassName
{
border-color: #721B5B;
}
.TagClassName
{
border-color: #721B5B;
}
</style>