Shades of Palatinate Purple #721C6B
Tints of Palatinate Purple #721C6B
RGB
CMYK
RGB Variations
Color information
#721C6B (or 0x721C6B) is known color: Palatinate Purple. HEX triplet: 72, 1C and 6B. RGB value is (114,28,107). Sum of RGB (Red+Green+Blue) = 114+28+107=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #721C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721C6B is #8DE394. Grayscale: #3E3E3E. Windows color (decimal): -9298837 or 7019634. OLE color: 7019634.
HSL color Cylindrical-coordinate representation of color #721C6B: hue angle of 304.88º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721C6B is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 28 | 107 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.55 |
| HSL | 304.88º | 0.61% | 0.28% | - |
| HSV(B) | 304.88º | 0.75% | 0.45% | - |
| XYZ | 10.01 | 5.47 | 14.44 | - |
| YUV | 62.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 107 | 0 | 0.75 | 0.06 | 0.55 | 304.88 | 0.61 | 0.28 |
| Hex | 72 | 1C | 6B | 0 | 4B | 6 | 37 | 131 | 3D | 1C |
| Octal | 162 | 34 | 153 | 0 | 113 | 6 | 67 | 461 | 75 | 34 |
| Binary | 1110010 | 11100 | 1101011 | 0 | 1001011 | 110 | 110111 | 100110001 | 111101 | 11100 |
Color Harmonies of #721C6B
Complementary color
Monochromatic Colors of #721C6B
Black with #721C6B
Text Example
Text Example
White with #721C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721C6B; }
p { color: rgb(114,28,107); }
H1.HeaderClassName
{
color: #721C6B;
}
.AnyTagClassName
{
color: #721C6B;
}
</style>
background-color css
<style>
a { background-color: #721C6B; }
a { background-color: rgb(114,28,107); }
div.DivClassName
{
background-color: #721C6B;
}
.BgClassName
{
background-color: #721C6B;
}
</style>
border-color css
<style>
span { border-color: #721C6B; }
span { border-color: rgb(114,28,107); }
td.TdClassName
{
border-color: #721C6B;
}
.TagClassName
{
border-color: #721C6B;
}
</style>