Shades of Dark Violet #730DCF
Tints of Dark Violet #730DCF
RGB
CMYK
RGB Variations
Color information
#730DCF (or 0x730DCF) is known color: Dark Violet. HEX triplet: 73, 0D and CF. RGB value is (115,13,207). Sum of RGB (Red+Green+Blue) = 115+13+207=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #730DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DCF is #8CF230. Grayscale: #404040. Windows color (decimal): -9237041 or 13569395. OLE color: 13569395.
HSL color Cylindrical-coordinate representation of color #730DCF: hue angle of 271.55º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730DCF is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 13 | 207 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.19 |
| HSL | 271.55º | 0.88% | 0.43% | - |
| HSV(B) | 271.55º | 0.94% | 0.81% | - |
| XYZ | 18.48 | 8.44 | 59.69 | - |
| YUV | 65.61 | 207.79 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 207 | 0.44 | 0.94 | 0 | 0.19 | 271.55 | 0.88 | 0.43 |
| Hex | 73 | D | CF | 2C | 5E | 0 | 13 | 110 | 58 | 2B |
| Octal | 163 | 15 | 317 | 54 | 136 | 0 | 23 | 420 | 130 | 53 |
| Binary | 1110011 | 1101 | 11001111 | 101100 | 1011110 | 0 | 10011 | 100010000 | 1011000 | 101011 |
Color Harmonies of #730DCF
Complementary color
Monochromatic Colors of #730DCF
Black with #730DCF
Text Example
Text Example
White with #730DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DCF; }
p { color: rgb(115,13,207); }
H1.HeaderClassName
{
color: #730DCF;
}
.AnyTagClassName
{
color: #730DCF;
}
</style>
background-color css
<style>
a { background-color: #730DCF; }
a { background-color: rgb(115,13,207); }
div.DivClassName
{
background-color: #730DCF;
}
.BgClassName
{
background-color: #730DCF;
}
</style>
border-color css
<style>
span { border-color: #730DCF; }
span { border-color: rgb(115,13,207); }
td.TdClassName
{
border-color: #730DCF;
}
.TagClassName
{
border-color: #730DCF;
}
</style>