Shades of Vivid Violet #721C8A
Tints of Vivid Violet #721C8A
RGB
CMYK
RGB Variations
Color information
#721C8A (or 0x721C8A) is known color: Vivid Violet. HEX triplet: 72, 1C and 8A. RGB value is (114,28,138). Sum of RGB (Red+Green+Blue) = 114+28+138=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #721C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721C8A is #8DE375. Grayscale: #414141. Windows color (decimal): -9298806 or 9051250. OLE color: 9051250.
HSL color Cylindrical-coordinate representation of color #721C8A: hue angle of 286.91º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721C8A is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 28 | 138 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.46 |
| HSL | 286.91º | 0.66% | 0.33% | - |
| HSV(B) | 286.91º | 0.8% | 0.54% | - |
| XYZ | 11.94 | 6.24 | 24.62 | - |
| YUV | 66.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 138 | 0.17 | 0.80 | 0 | 0.46 | 286.91 | 0.66 | 0.33 |
| Hex | 72 | 1C | 8A | 11 | 50 | 0 | 2E | 11F | 42 | 21 |
| Octal | 162 | 34 | 212 | 21 | 120 | 0 | 56 | 437 | 102 | 41 |
| Binary | 1110010 | 11100 | 10001010 | 10001 | 1010000 | 0 | 101110 | 100011111 | 1000010 | 100001 |
Color Harmonies of #721C8A
Complementary color
Monochromatic Colors of #721C8A
Black with #721C8A
Text Example
Text Example
White with #721C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721C8A; }
p { color: rgb(114,28,138); }
H1.HeaderClassName
{
color: #721C8A;
}
.AnyTagClassName
{
color: #721C8A;
}
</style>
background-color css
<style>
a { background-color: #721C8A; }
a { background-color: rgb(114,28,138); }
div.DivClassName
{
background-color: #721C8A;
}
.BgClassName
{
background-color: #721C8A;
}
</style>
border-color css
<style>
span { border-color: #721C8A; }
span { border-color: rgb(114,28,138); }
td.TdClassName
{
border-color: #721C8A;
}
.TagClassName
{
border-color: #721C8A;
}
</style>