Shades of Dark Violet #730BCF
Tints of Dark Violet #730BCF
RGB
CMYK
RGB Variations
Color information
#730BCF (or 0x730BCF) is known color: Dark Violet. HEX triplet: 73, 0B and CF. RGB value is (115,11,207). Sum of RGB (Red+Green+Blue) = 115+11+207=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #730BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BCF is #8CF430. Grayscale: #3F3F3F. Windows color (decimal): -9237553 or 13568883. OLE color: 13568883.
HSL color Cylindrical-coordinate representation of color #730BCF: hue angle of 271.84º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730BCF is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 11 | 207 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.19 |
| HSL | 271.84º | 0.9% | 0.43% | - |
| HSV(B) | 271.84º | 0.95% | 0.81% | - |
| XYZ | 18.45 | 8.39 | 59.68 | - |
| YUV | 64.44 | 208.46 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 207 | 0.44 | 0.95 | 0 | 0.19 | 271.84 | 0.9 | 0.43 |
| Hex | 73 | B | CF | 2C | 5F | 0 | 13 | 110 | 5A | 2B |
| Octal | 163 | 13 | 317 | 54 | 137 | 0 | 23 | 420 | 132 | 53 |
| Binary | 1110011 | 1011 | 11001111 | 101100 | 1011111 | 0 | 10011 | 100010000 | 1011010 | 101011 |
Color Harmonies of #730BCF
Complementary color
Monochromatic Colors of #730BCF
Black with #730BCF
Text Example
Text Example
White with #730BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BCF; }
p { color: rgb(115,11,207); }
H1.HeaderClassName
{
color: #730BCF;
}
.AnyTagClassName
{
color: #730BCF;
}
</style>
background-color css
<style>
a { background-color: #730BCF; }
a { background-color: rgb(115,11,207); }
div.DivClassName
{
background-color: #730BCF;
}
.BgClassName
{
background-color: #730BCF;
}
</style>
border-color css
<style>
span { border-color: #730BCF; }
span { border-color: rgb(115,11,207); }
td.TdClassName
{
border-color: #730BCF;
}
.TagClassName
{
border-color: #730BCF;
}
</style>