Shades of Purple #721680
Tints of Purple #721680
RGB
CMYK
RGB Variations
Color information
#721680 (or 0x721680) is known color: Purple. HEX triplet: 72, 16 and 80. RGB value is (114,22,128). Sum of RGB (Red+Green+Blue) = 114+22+128=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #721680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721680 is #8DE97F. Grayscale: #3D3D3D. Windows color (decimal): -9300352 or 8394354. OLE color: 8394354.
HSL color Cylindrical-coordinate representation of color #721680: hue angle of 292.08º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721680 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 22 | 128 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.50 |
| HSL | 292.08º | 0.71% | 0.29% | - |
| HSV(B) | 292.08º | 0.83% | 0.5% | - |
| XYZ | 11.12 | 5.71 | 20.94 | - |
| YUV | 61.59 | 165.48 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 128 | 0.11 | 0.83 | 0 | 0.50 | 292.08 | 0.71 | 0.29 |
| Hex | 72 | 16 | 80 | B | 53 | 0 | 32 | 124 | 47 | 1D |
| Octal | 162 | 26 | 200 | 13 | 123 | 0 | 62 | 444 | 107 | 35 |
| Binary | 1110010 | 10110 | 10000000 | 1011 | 1010011 | 0 | 110010 | 100100100 | 1000111 | 11101 |
Color Harmonies of #721680
Complementary color
Monochromatic Colors of #721680
Black with #721680
Text Example
Text Example
White with #721680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721680; }
p { color: rgb(114,22,128); }
H1.HeaderClassName
{
color: #721680;
}
.AnyTagClassName
{
color: #721680;
}
</style>
background-color css
<style>
a { background-color: #721680; }
a { background-color: rgb(114,22,128); }
div.DivClassName
{
background-color: #721680;
}
.BgClassName
{
background-color: #721680;
}
</style>
border-color css
<style>
span { border-color: #721680; }
span { border-color: rgb(114,22,128); }
td.TdClassName
{
border-color: #721680;
}
.TagClassName
{
border-color: #721680;
}
</style>