Shades of Palatinate Purple #720B5E
Tints of Palatinate Purple #720B5E
RGB
CMYK
RGB Variations
Color information
#720B5E (or 0x720B5E) is known color: Palatinate Purple. HEX triplet: 72, 0B and 5E. RGB value is (114,11,94). Sum of RGB (Red+Green+Blue) = 114+11+94=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #720B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B5E is #8DF4A1. Grayscale: #333333. Windows color (decimal): -9303202 or 6163314. OLE color: 6163314.
HSL color Cylindrical-coordinate representation of color #720B5E: hue angle of 311.65º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B5E is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
RGB | 114 | 11 | 94 | - |
CMYK | 0 | 0.90 | 0.18 | 0.55 |
HSL | 311.65º | 0.82% | 0.25% | - |
HSV(B) | 311.65º | 0.9% | 0.45% | - |
XYZ | 9.08 | 4.62 | 11 | - |
YUV | 51.26 | 152.12 | 172.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 114 | 11 | 94 | 0 | 0.90 | 0.18 | 0.55 | 311.65 | 0.82 | 0.25 |
Hex | 72 | B | 5E | 0 | 5A | 12 | 37 | 138 | 52 | 19 |
Octal | 162 | 13 | 136 | 0 | 132 | 22 | 67 | 470 | 122 | 31 |
Binary | 1110010 | 1011 | 1011110 | 0 | 1011010 | 10010 | 110111 | 100111000 | 1010010 | 11001 |
Color Harmonies of #720B5E
Complementary color
Monochromatic Colors of #720B5E
Black with #720B5E
Text Example
Text Example
White with #720B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B5E; }
p { color: rgb(114,11,94); }
H1.HeaderClassName
{
color: #720B5E;
}
.AnyTagClassName
{
color: #720B5E;
}
</style>
background-color css
<style>
a { background-color: #720B5E; }
a { background-color: rgb(114,11,94); }
div.DivClassName
{
background-color: #720B5E;
}
.BgClassName
{
background-color: #720B5E;
}
</style>
border-color css
<style>
span { border-color: #720B5E; }
span { border-color: rgb(114,11,94); }
td.TdClassName
{
border-color: #720B5E;
}
.TagClassName
{
border-color: #720B5E;
}
</style>