Shades of Dark Violet #7202C2
Tints of Dark Violet #7202C2
RGB
CMYK
RGB Variations
Color information
#7202C2 (or 0x7202C2) is known color: Dark Violet. HEX triplet: 72, 02 and C2. RGB value is (114,2,194). Sum of RGB (Red+Green+Blue) = 114+2+194=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 194 (76.17% from 255 or 62.58% from 310); Max value from RGB is 194 - color contains mainly: blue. Hex color #7202C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7202C2 is #8DFD3D. Grayscale: #383838. Windows color (decimal): -9305406 or 12714610. OLE color: 12714610.
HSL color Cylindrical-coordinate representation of color #7202C2: hue angle of 275º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7202C2 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 2 | 194 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.24 |
| HSL | 275º | 0.98% | 0.38% | - |
| HSV(B) | 275º | 0.99% | 0.76% | - |
| XYZ | 16.7 | 7.52 | 51.61 | - |
| YUV | 57.38 | 205.11 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 194 | 0.41 | 0.99 | 0 | 0.24 | 275 | 0.98 | 0.38 |
| Hex | 72 | 2 | C2 | 29 | 63 | 0 | 18 | 113 | 62 | 26 |
| Octal | 162 | 2 | 302 | 51 | 143 | 0 | 30 | 423 | 142 | 46 |
| Binary | 1110010 | 10 | 11000010 | 101001 | 1100011 | 0 | 11000 | 100010011 | 1100010 | 100110 |
Color Harmonies of #7202C2
Complementary color
Monochromatic Colors of #7202C2
Black with #7202C2
Text Example
Text Example
White with #7202C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7202C2; }
p { color: rgb(114,2,194); }
H1.HeaderClassName
{
color: #7202C2;
}
.AnyTagClassName
{
color: #7202C2;
}
</style>
background-color css
<style>
a { background-color: #7202C2; }
a { background-color: rgb(114,2,194); }
div.DivClassName
{
background-color: #7202C2;
}
.BgClassName
{
background-color: #7202C2;
}
</style>
border-color css
<style>
span { border-color: #7202C2; }
span { border-color: rgb(114,2,194); }
td.TdClassName
{
border-color: #7202C2;
}
.TagClassName
{
border-color: #7202C2;
}
</style>