Shades of Purple #720694
Tints of Purple #720694
RGB
CMYK
RGB Variations
Color information
#720694 (or 0x720694) is known color: Purple. HEX triplet: 72, 06 and 94. RGB value is (114,6,148). Sum of RGB (Red+Green+Blue) = 114+6+148=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #720694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720694 is #8DF96B. Grayscale: #363636. Windows color (decimal): -9304428 or 9700978. OLE color: 9700978.
HSL color Cylindrical-coordinate representation of color #720694: hue angle of 285.63º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720694 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 6 | 148 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.42 |
| HSL | 285.63º | 0.92% | 0.3% | - |
| HSV(B) | 285.63º | 0.96% | 0.58% | - |
| XYZ | 12.35 | 5.85 | 28.49 | - |
| YUV | 54.48 | 180.78 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 148 | 0.23 | 0.96 | 0 | 0.42 | 285.63 | 0.92 | 0.3 |
| Hex | 72 | 6 | 94 | 17 | 60 | 0 | 2A | 11E | 5C | 1E |
| Octal | 162 | 6 | 224 | 27 | 140 | 0 | 52 | 436 | 134 | 36 |
| Binary | 1110010 | 110 | 10010100 | 10111 | 1100000 | 0 | 101010 | 100011110 | 1011100 | 11110 |
Color Harmonies of #720694
Complementary color
Monochromatic Colors of #720694
Black with #720694
Text Example
Text Example
White with #720694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720694; }
p { color: rgb(114,6,148); }
H1.HeaderClassName
{
color: #720694;
}
.AnyTagClassName
{
color: #720694;
}
</style>
background-color css
<style>
a { background-color: #720694; }
a { background-color: rgb(114,6,148); }
div.DivClassName
{
background-color: #720694;
}
.BgClassName
{
background-color: #720694;
}
</style>
border-color css
<style>
span { border-color: #720694; }
span { border-color: rgb(114,6,148); }
td.TdClassName
{
border-color: #720694;
}
.TagClassName
{
border-color: #720694;
}
</style>