Shades of Dark Violet #7303D2
Tints of Dark Violet #7303D2
RGB
CMYK
RGB Variations
Color information
#7303D2 (or 0x7303D2) is known color: Dark Violet. HEX triplet: 73, 03 and D2. RGB value is (115,3,210). Sum of RGB (Red+Green+Blue) = 115+3+210=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 210 (82.42% from 255 or 64.02% from 328); Max value from RGB is 210 - color contains mainly: blue. Hex color #7303D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7303D2 is #8CFC2D. Grayscale: #3B3B3B. Windows color (decimal): -9239598 or 13763443. OLE color: 13763443.
HSL color Cylindrical-coordinate representation of color #7303D2: hue angle of 272.46º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7303D2 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 3 | 210 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.18 |
| HSL | 272.46º | 0.97% | 0.42% | - |
| HSV(B) | 272.46º | 0.99% | 0.82% | - |
| XYZ | 18.74 | 8.36 | 61.6 | - |
| YUV | 60.09 | 212.61 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 210 | 0.45 | 0.99 | 0 | 0.18 | 272.46 | 0.97 | 0.42 |
| Hex | 73 | 3 | D2 | 2D | 63 | 0 | 12 | 110 | 61 | 2A |
| Octal | 163 | 3 | 322 | 55 | 143 | 0 | 22 | 420 | 141 | 52 |
| Binary | 1110011 | 11 | 11010010 | 101101 | 1100011 | 0 | 10010 | 100010000 | 1100001 | 101010 |
Color Harmonies of #7303D2
Complementary color
Monochromatic Colors of #7303D2
Black with #7303D2
Text Example
Text Example
White with #7303D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7303D2; }
p { color: rgb(115,3,210); }
H1.HeaderClassName
{
color: #7303D2;
}
.AnyTagClassName
{
color: #7303D2;
}
</style>
background-color css
<style>
a { background-color: #7303D2; }
a { background-color: rgb(115,3,210); }
div.DivClassName
{
background-color: #7303D2;
}
.BgClassName
{
background-color: #7303D2;
}
</style>
border-color css
<style>
span { border-color: #7303D2; }
span { border-color: rgb(115,3,210); }
td.TdClassName
{
border-color: #7303D2;
}
.TagClassName
{
border-color: #7303D2;
}
</style>