Shades of Dark Violet #730AC5
Tints of Dark Violet #730AC5
RGB
CMYK
RGB Variations
Color information
#730AC5 (or 0x730AC5) is known color: Dark Violet. HEX triplet: 73, 0A and C5. RGB value is (115,10,197). Sum of RGB (Red+Green+Blue) = 115+10+197=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 197 (77.34% from 255 or 61.18% from 322); Max value from RGB is 197 - color contains mainly: blue. Hex color #730AC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730AC5 is #8CF53A. Grayscale: #3E3E3E. Windows color (decimal): -9237819 or 12913267. OLE color: 12913267.
HSL color Cylindrical-coordinate representation of color #730AC5: hue angle of 273.69º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730AC5 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 10 | 197 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.23 |
| HSL | 273.69º | 0.9% | 0.41% | - |
| HSV(B) | 273.69º | 0.95% | 0.77% | - |
| XYZ | 17.26 | 7.89 | 53.44 | - |
| YUV | 62.71 | 203.79 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 197 | 0.42 | 0.95 | 0 | 0.23 | 273.69 | 0.9 | 0.41 |
| Hex | 73 | A | C5 | 2A | 5F | 0 | 17 | 112 | 5A | 29 |
| Octal | 163 | 12 | 305 | 52 | 137 | 0 | 27 | 422 | 132 | 51 |
| Binary | 1110011 | 1010 | 11000101 | 101010 | 1011111 | 0 | 10111 | 100010010 | 1011010 | 101001 |
Color Harmonies of #730AC5
Complementary color
Monochromatic Colors of #730AC5
Black with #730AC5
Text Example
Text Example
White with #730AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730AC5; }
p { color: rgb(115,10,197); }
H1.HeaderClassName
{
color: #730AC5;
}
.AnyTagClassName
{
color: #730AC5;
}
</style>
background-color css
<style>
a { background-color: #730AC5; }
a { background-color: rgb(115,10,197); }
div.DivClassName
{
background-color: #730AC5;
}
.BgClassName
{
background-color: #730AC5;
}
</style>
border-color css
<style>
span { border-color: #730AC5; }
span { border-color: rgb(115,10,197); }
td.TdClassName
{
border-color: #730AC5;
}
.TagClassName
{
border-color: #730AC5;
}
</style>