Shades of Dark Violet #730ACF
Tints of Dark Violet #730ACF
RGB
CMYK
RGB Variations
Color information
#730ACF (or 0x730ACF) is known color: Dark Violet. HEX triplet: 73, 0A and CF. RGB value is (115,10,207). Sum of RGB (Red+Green+Blue) = 115+10+207=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #730ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ACF is #8CF530. Grayscale: #3F3F3F. Windows color (decimal): -9237809 or 13568627. OLE color: 13568627.
HSL color Cylindrical-coordinate representation of color #730ACF: hue angle of 271.98º degrees, saturation: 0.91, 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 #730ACF is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 10 | 207 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.19 |
| HSL | 271.98º | 0.91% | 0.43% | - |
| HSV(B) | 271.98º | 0.95% | 0.81% | - |
| XYZ | 18.44 | 8.37 | 59.67 | - |
| YUV | 63.85 | 208.79 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 207 | 0.44 | 0.95 | 0 | 0.19 | 271.98 | 0.91 | 0.43 |
| Hex | 73 | A | CF | 2C | 5F | 0 | 13 | 110 | 5B | 2B |
| Octal | 163 | 12 | 317 | 54 | 137 | 0 | 23 | 420 | 133 | 53 |
| Binary | 1110011 | 1010 | 11001111 | 101100 | 1011111 | 0 | 10011 | 100010000 | 1011011 | 101011 |
Color Harmonies of #730ACF
Complementary color
Monochromatic Colors of #730ACF
Black with #730ACF
Text Example
Text Example
White with #730ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730ACF; }
p { color: rgb(115,10,207); }
H1.HeaderClassName
{
color: #730ACF;
}
.AnyTagClassName
{
color: #730ACF;
}
</style>
background-color css
<style>
a { background-color: #730ACF; }
a { background-color: rgb(115,10,207); }
div.DivClassName
{
background-color: #730ACF;
}
.BgClassName
{
background-color: #730ACF;
}
</style>
border-color css
<style>
span { border-color: #730ACF; }
span { border-color: rgb(115,10,207); }
td.TdClassName
{
border-color: #730ACF;
}
.TagClassName
{
border-color: #730ACF;
}
</style>