Shades of Dark Violet #7302D0
Tints of Dark Violet #7302D0
RGB
CMYK
RGB Variations
Color information
#7302D0 (or 0x7302D0) is known color: Dark Violet. HEX triplet: 73, 02 and D0. RGB value is (115,2,208). Sum of RGB (Red+Green+Blue) = 115+2+208=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 208 (81.64% from 255 or 64% from 325); Max value from RGB is 208 - color contains mainly: blue. Hex color #7302D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7302D0 is #8CFD2F. Grayscale: #3A3A3A. Windows color (decimal): -9239856 or 13632115. OLE color: 13632115.
HSL color Cylindrical-coordinate representation of color #7302D0: hue angle of 272.91º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7302D0 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 2 | 208 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.18 |
| HSL | 272.91º | 0.98% | 0.41% | - |
| HSV(B) | 272.91º | 0.99% | 0.82% | - |
| XYZ | 18.48 | 8.24 | 60.29 | - |
| YUV | 59.27 | 211.94 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 208 | 0.45 | 0.99 | 0 | 0.18 | 272.91 | 0.98 | 0.41 |
| Hex | 73 | 2 | D0 | 2D | 63 | 0 | 12 | 111 | 62 | 29 |
| Octal | 163 | 2 | 320 | 55 | 143 | 0 | 22 | 421 | 142 | 51 |
| Binary | 1110011 | 10 | 11010000 | 101101 | 1100011 | 0 | 10010 | 100010001 | 1100010 | 101001 |
Color Harmonies of #7302D0
Complementary color
Monochromatic Colors of #7302D0
Black with #7302D0
Text Example
Text Example
White with #7302D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7302D0; }
p { color: rgb(115,2,208); }
H1.HeaderClassName
{
color: #7302D0;
}
.AnyTagClassName
{
color: #7302D0;
}
</style>
background-color css
<style>
a { background-color: #7302D0; }
a { background-color: rgb(115,2,208); }
div.DivClassName
{
background-color: #7302D0;
}
.BgClassName
{
background-color: #7302D0;
}
</style>
border-color css
<style>
span { border-color: #7302D0; }
span { border-color: rgb(115,2,208); }
td.TdClassName
{
border-color: #7302D0;
}
.TagClassName
{
border-color: #7302D0;
}
</style>