Shades of Vivid Violet #72308F
Tints of Vivid Violet #72308F
RGB
CMYK
RGB Variations
Color information
#72308F (or 0x72308F) is known color: Vivid Violet. HEX triplet: 72, 30 and 8F. RGB value is (114,48,143). Sum of RGB (Red+Green+Blue) = 114+48+143=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #72308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72308F is #8DCF70. Grayscale: #4E4E4E. Windows color (decimal): -9293681 or 9384050. OLE color: 9384050.
HSL color Cylindrical-coordinate representation of color #72308F: hue angle of 281.68º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #72308F is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 48 | 143 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.44 |
| HSL | 281.68º | 0.5% | 0.37% | - |
| HSV(B) | 281.68º | 0.66% | 0.56% | - |
| XYZ | 12.95 | 7.67 | 26.79 | - |
| YUV | 78.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 143 | 0.20 | 0.66 | 0 | 0.44 | 281.68 | 0.5 | 0.37 |
| Hex | 72 | 30 | 8F | 14 | 42 | 0 | 2C | 11A | 32 | 25 |
| Octal | 162 | 60 | 217 | 24 | 102 | 0 | 54 | 432 | 62 | 45 |
| Binary | 1110010 | 110000 | 10001111 | 10100 | 1000010 | 0 | 101100 | 100011010 | 110010 | 100101 |
Color Harmonies of #72308F
Complementary color
Monochromatic Colors of #72308F
Black with #72308F
Text Example
Text Example
White with #72308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72308F; }
p { color: rgb(114,48,143); }
H1.HeaderClassName
{
color: #72308F;
}
.AnyTagClassName
{
color: #72308F;
}
</style>
background-color css
<style>
a { background-color: #72308F; }
a { background-color: rgb(114,48,143); }
div.DivClassName
{
background-color: #72308F;
}
.BgClassName
{
background-color: #72308F;
}
</style>
border-color css
<style>
span { border-color: #72308F; }
span { border-color: rgb(114,48,143); }
td.TdClassName
{
border-color: #72308F;
}
.TagClassName
{
border-color: #72308F;
}
</style>