Shades of Dark Violet #730CCA
Tints of Dark Violet #730CCA
RGB
CMYK
RGB Variations
Color information
#730CCA (or 0x730CCA) is known color: Dark Violet. HEX triplet: 73, 0C and CA. RGB value is (115,12,202). Sum of RGB (Red+Green+Blue) = 115+12+202=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #730CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CCA is #8CF335. Grayscale: #3F3F3F. Windows color (decimal): -9237302 or 13241459. OLE color: 13241459.
HSL color Cylindrical-coordinate representation of color #730CCA: hue angle of 272.53º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730CCA is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 12 | 202 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.21 |
| HSL | 272.53º | 0.89% | 0.42% | - |
| HSV(B) | 272.53º | 0.94% | 0.79% | - |
| XYZ | 17.86 | 8.17 | 56.51 | - |
| YUV | 64.46 | 205.62 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 202 | 0.43 | 0.94 | 0 | 0.21 | 272.53 | 0.89 | 0.42 |
| Hex | 73 | C | CA | 2B | 5E | 0 | 15 | 111 | 59 | 2A |
| Octal | 163 | 14 | 312 | 53 | 136 | 0 | 25 | 421 | 131 | 52 |
| Binary | 1110011 | 1100 | 11001010 | 101011 | 1011110 | 0 | 10101 | 100010001 | 1011001 | 101010 |
Color Harmonies of #730CCA
Complementary color
Monochromatic Colors of #730CCA
Black with #730CCA
Text Example
Text Example
White with #730CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730CCA; }
p { color: rgb(115,12,202); }
H1.HeaderClassName
{
color: #730CCA;
}
.AnyTagClassName
{
color: #730CCA;
}
</style>
background-color css
<style>
a { background-color: #730CCA; }
a { background-color: rgb(115,12,202); }
div.DivClassName
{
background-color: #730CCA;
}
.BgClassName
{
background-color: #730CCA;
}
</style>
border-color css
<style>
span { border-color: #730CCA; }
span { border-color: rgb(115,12,202); }
td.TdClassName
{
border-color: #730CCA;
}
.TagClassName
{
border-color: #730CCA;
}
</style>