Shades of Dark Violet #730CD3
Tints of Dark Violet #730CD3
RGB
CMYK
RGB Variations
Color information
#730CD3 (or 0x730CD3) is known color: Dark Violet. HEX triplet: 73, 0C and D3. RGB value is (115,12,211). Sum of RGB (Red+Green+Blue) = 115+12+211=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 211 (82.81% from 255 or 62.43% from 338); Max value from RGB is 211 - color contains mainly: blue. Hex color #730CD3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CD3 is #8CF32C. Grayscale: #404040. Windows color (decimal): -9237293 or 13831283. OLE color: 13831283.
HSL color Cylindrical-coordinate representation of color #730CD3: hue angle of 271.06º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730CD3 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 12 | 211 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.17 |
| HSL | 271.06º | 0.89% | 0.44% | - |
| HSV(B) | 271.06º | 0.94% | 0.83% | - |
| XYZ | 18.96 | 8.61 | 62.29 | - |
| YUV | 65.48 | 210.12 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 211 | 0.45 | 0.94 | 0 | 0.17 | 271.06 | 0.89 | 0.44 |
| Hex | 73 | C | D3 | 2D | 5E | 0 | 11 | 10F | 59 | 2C |
| Octal | 163 | 14 | 323 | 55 | 136 | 0 | 21 | 417 | 131 | 54 |
| Binary | 1110011 | 1100 | 11010011 | 101101 | 1011110 | 0 | 10001 | 100001111 | 1011001 | 101100 |
Color Harmonies of #730CD3
Complementary color
Monochromatic Colors of #730CD3
Black with #730CD3
Text Example
Text Example
White with #730CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730CD3; }
p { color: rgb(115,12,211); }
H1.HeaderClassName
{
color: #730CD3;
}
.AnyTagClassName
{
color: #730CD3;
}
</style>
background-color css
<style>
a { background-color: #730CD3; }
a { background-color: rgb(115,12,211); }
div.DivClassName
{
background-color: #730CD3;
}
.BgClassName
{
background-color: #730CD3;
}
</style>
border-color css
<style>
span { border-color: #730CD3; }
span { border-color: rgb(115,12,211); }
td.TdClassName
{
border-color: #730CD3;
}
.TagClassName
{
border-color: #730CD3;
}
</style>