Shades of Dark Violet #7202BD
Tints of Dark Violet #7202BD
RGB
CMYK
RGB Variations
Color information
#7202BD (or 0x7202BD) is known color: Dark Violet. HEX triplet: 72, 02 and BD. RGB value is (114,2,189). Sum of RGB (Red+Green+Blue) = 114+2+189=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #7202BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7202BD is #8DFD42. Grayscale: #383838. Windows color (decimal): -9305411 or 12386930. OLE color: 12386930.
HSL color Cylindrical-coordinate representation of color #7202BD: hue angle of 275.94º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7202BD is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 2 | 189 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.26 |
| HSL | 275.94º | 0.98% | 0.37% | - |
| HSV(B) | 275.94º | 0.99% | 0.74% | - |
| XYZ | 16.15 | 7.29 | 48.7 | - |
| YUV | 56.81 | 202.61 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 189 | 0.40 | 0.99 | 0 | 0.26 | 275.94 | 0.98 | 0.37 |
| Hex | 72 | 2 | BD | 28 | 63 | 0 | 1A | 114 | 62 | 25 |
| Octal | 162 | 2 | 275 | 50 | 143 | 0 | 32 | 424 | 142 | 45 |
| Binary | 1110010 | 10 | 10111101 | 101000 | 1100011 | 0 | 11010 | 100010100 | 1100010 | 100101 |
Color Harmonies of #7202BD
Complementary color
Monochromatic Colors of #7202BD
Black with #7202BD
Text Example
Text Example
White with #7202BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7202BD; }
p { color: rgb(114,2,189); }
H1.HeaderClassName
{
color: #7202BD;
}
.AnyTagClassName
{
color: #7202BD;
}
</style>
background-color css
<style>
a { background-color: #7202BD; }
a { background-color: rgb(114,2,189); }
div.DivClassName
{
background-color: #7202BD;
}
.BgClassName
{
background-color: #7202BD;
}
</style>
border-color css
<style>
span { border-color: #7202BD; }
span { border-color: rgb(114,2,189); }
td.TdClassName
{
border-color: #7202BD;
}
.TagClassName
{
border-color: #7202BD;
}
</style>