Shades of Purple #720298
Tints of Purple #720298
RGB
CMYK
RGB Variations
Color information
#720298 (or 0x720298) is known color: Purple. HEX triplet: 72, 02 and 98. RGB value is (114,2,152). Sum of RGB (Red+Green+Blue) = 114+2+152=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #720298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720298 is #8DFD67. Grayscale: #343434. Windows color (decimal): -9305448 or 9962098. OLE color: 9962098.
HSL color Cylindrical-coordinate representation of color #720298: hue angle of 284.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720298 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 2 | 152 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.40 |
| HSL | 284.8º | 0.97% | 0.3% | - |
| HSV(B) | 284.8º | 0.99% | 0.6% | - |
| XYZ | 12.63 | 5.89 | 30.18 | - |
| YUV | 52.59 | 184.11 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 152 | 0.25 | 0.99 | 0 | 0.40 | 284.8 | 0.97 | 0.3 |
| Hex | 72 | 2 | 98 | 19 | 63 | 0 | 28 | 11D | 61 | 1E |
| Octal | 162 | 2 | 230 | 31 | 143 | 0 | 50 | 435 | 141 | 36 |
| Binary | 1110010 | 10 | 10011000 | 11001 | 1100011 | 0 | 101000 | 100011101 | 1100001 | 11110 |
Color Harmonies of #720298
Complementary color
Monochromatic Colors of #720298
Black with #720298
Text Example
Text Example
White with #720298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720298; }
p { color: rgb(114,2,152); }
H1.HeaderClassName
{
color: #720298;
}
.AnyTagClassName
{
color: #720298;
}
</style>
background-color css
<style>
a { background-color: #720298; }
a { background-color: rgb(114,2,152); }
div.DivClassName
{
background-color: #720298;
}
.BgClassName
{
background-color: #720298;
}
</style>
border-color css
<style>
span { border-color: #720298; }
span { border-color: rgb(114,2,152); }
td.TdClassName
{
border-color: #720298;
}
.TagClassName
{
border-color: #720298;
}
</style>