Shades of Purple #720195
Tints of Purple #720195
RGB
CMYK
RGB Variations
Color information
#720195 (or 0x720195) is known color: Purple. HEX triplet: 72, 01 and 95. RGB value is (114,1,149). Sum of RGB (Red+Green+Blue) = 114+1+149=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #720195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720195 is #8DFE6A. Grayscale: #333333. Windows color (decimal): -9305707 or 9765234. OLE color: 9765234.
HSL color Cylindrical-coordinate representation of color #720195: hue angle of 285.81º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720195 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 1 | 149 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.42 |
| HSL | 285.81º | 0.99% | 0.29% | - |
| HSV(B) | 285.81º | 0.99% | 0.58% | - |
| XYZ | 12.38 | 5.77 | 28.9 | - |
| YUV | 51.66 | 182.94 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 149 | 0.23 | 0.99 | 0 | 0.42 | 285.81 | 0.99 | 0.29 |
| Hex | 72 | 1 | 95 | 17 | 63 | 0 | 2A | 11E | 63 | 1D |
| Octal | 162 | 1 | 225 | 27 | 143 | 0 | 52 | 436 | 143 | 35 |
| Binary | 1110010 | 1 | 10010101 | 10111 | 1100011 | 0 | 101010 | 100011110 | 1100011 | 11101 |
Color Harmonies of #720195
Complementary color
Monochromatic Colors of #720195
Black with #720195
Text Example
Text Example
White with #720195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720195; }
p { color: rgb(114,1,149); }
H1.HeaderClassName
{
color: #720195;
}
.AnyTagClassName
{
color: #720195;
}
</style>
background-color css
<style>
a { background-color: #720195; }
a { background-color: rgb(114,1,149); }
div.DivClassName
{
background-color: #720195;
}
.BgClassName
{
background-color: #720195;
}
</style>
border-color css
<style>
span { border-color: #720195; }
span { border-color: rgb(114,1,149); }
td.TdClassName
{
border-color: #720195;
}
.TagClassName
{
border-color: #720195;
}
</style>