Shades of Dark Violet #7200DA
Tints of Dark Violet #7200DA
RGB
CMYK
RGB Variations
Color information
#7200DA (or 0x7200DA) is known color: Dark Violet. HEX triplet: 72, 00 and DA. RGB value is (114,0,218). Sum of RGB (Red+Green+Blue) = 114+0+218=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #7200DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7200DA is #8DFF25. Grayscale: #3A3A3A. Windows color (decimal): -9305894 or 14286962. OLE color: 14286962.
HSL color Cylindrical-coordinate representation of color #7200DA: hue angle of 271.38º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7200DA is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 0 | 218 | - |
| CMYK | 0.48 | 1 | 0 | 0.15 |
| HSL | 271.38º | 1% | 0.43% | - |
| HSV(B) | 271.38º | 1% | 0.85% | - |
| XYZ | 19.59 | 8.64 | 66.96 | - |
| YUV | 58.94 | 217.77 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 218 | 0.48 | 1 | 0 | 0.15 | 271.38 | 1 | 0.43 |
| Hex | 72 | 0 | DA | 30 | 64 | 0 | F | 10F | 64 | 2B |
| Octal | 162 | 0 | 332 | 60 | 144 | 0 | 17 | 417 | 144 | 53 |
| Binary | 1110010 | 0 | 11011010 | 110000 | 1100100 | 0 | 1111 | 100001111 | 1100100 | 101011 |
Color Harmonies of #7200DA
Complementary color
Monochromatic Colors of #7200DA
Black with #7200DA
Text Example
Text Example
White with #7200DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7200DA; }
p { color: rgb(114,0,218); }
H1.HeaderClassName
{
color: #7200DA;
}
.AnyTagClassName
{
color: #7200DA;
}
</style>
background-color css
<style>
a { background-color: #7200DA; }
a { background-color: rgb(114,0,218); }
div.DivClassName
{
background-color: #7200DA;
}
.BgClassName
{
background-color: #7200DA;
}
</style>
border-color css
<style>
span { border-color: #7200DA; }
span { border-color: rgb(114,0,218); }
td.TdClassName
{
border-color: #7200DA;
}
.TagClassName
{
border-color: #7200DA;
}
</style>