Shades of Dark Violet #730BCA
Tints of Dark Violet #730BCA
RGB
CMYK
RGB Variations
Color information
#730BCA (or 0x730BCA) is known color: Dark Violet. HEX triplet: 73, 0B and CA. RGB value is (115,11,202). Sum of RGB (Red+Green+Blue) = 115+11+202=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #730BCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BCA is #8CF435. Grayscale: #3F3F3F. Windows color (decimal): -9237558 or 13241203. OLE color: 13241203.
HSL color Cylindrical-coordinate representation of color #730BCA: hue angle of 272.67º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730BCA is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 11 | 202 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.21 |
| HSL | 272.67º | 0.9% | 0.42% | - |
| HSV(B) | 272.67º | 0.95% | 0.79% | - |
| XYZ | 17.85 | 8.15 | 56.51 | - |
| YUV | 63.87 | 205.96 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 202 | 0.43 | 0.95 | 0 | 0.21 | 272.67 | 0.9 | 0.42 |
| Hex | 73 | B | CA | 2B | 5F | 0 | 15 | 111 | 5A | 2A |
| Octal | 163 | 13 | 312 | 53 | 137 | 0 | 25 | 421 | 132 | 52 |
| Binary | 1110011 | 1011 | 11001010 | 101011 | 1011111 | 0 | 10101 | 100010001 | 1011010 | 101010 |
Color Harmonies of #730BCA
Complementary color
Monochromatic Colors of #730BCA
Black with #730BCA
Text Example
Text Example
White with #730BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BCA; }
p { color: rgb(115,11,202); }
H1.HeaderClassName
{
color: #730BCA;
}
.AnyTagClassName
{
color: #730BCA;
}
</style>
background-color css
<style>
a { background-color: #730BCA; }
a { background-color: rgb(115,11,202); }
div.DivClassName
{
background-color: #730BCA;
}
.BgClassName
{
background-color: #730BCA;
}
</style>
border-color css
<style>
span { border-color: #730BCA; }
span { border-color: rgb(115,11,202); }
td.TdClassName
{
border-color: #730BCA;
}
.TagClassName
{
border-color: #730BCA;
}
</style>