Shades of Dark Violet #7300D3
Tints of Dark Violet #7300D3
RGB
CMYK
RGB Variations
Color information
#7300D3 (or 0x7300D3) is known color: Dark Violet. HEX triplet: 73, 00 and D3. RGB value is (115,0,211). Sum of RGB (Red+Green+Blue) = 115+0+211=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 211 (82.81% from 255 or 64.72% from 326); Max value from RGB is 211 - color contains mainly: blue. Hex color #7300D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7300D3 is #8CFF2C. Grayscale: #393939. Windows color (decimal): -9240365 or 13828211. OLE color: 13828211.
HSL color Cylindrical-coordinate representation of color #7300D3: hue angle of 272.7º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300D3 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 0 | 211 | - |
| CMYK | 0.45 | 1 | 0 | 0.17 |
| HSL | 272.7º | 1% | 0.41% | - |
| HSV(B) | 272.7º | 1% | 0.83% | - |
| XYZ | 18.83 | 8.35 | 62.25 | - |
| YUV | 58.44 | 214.1 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 211 | 0.45 | 1 | 0 | 0.17 | 272.7 | 1 | 0.41 |
| Hex | 73 | 0 | D3 | 2D | 64 | 0 | 11 | 111 | 64 | 29 |
| Octal | 163 | 0 | 323 | 55 | 144 | 0 | 21 | 421 | 144 | 51 |
| Binary | 1110011 | 0 | 11010011 | 101101 | 1100100 | 0 | 10001 | 100010001 | 1100100 | 101001 |
Color Harmonies of #7300D3
Complementary color
Monochromatic Colors of #7300D3
Black with #7300D3
Text Example
Text Example
White with #7300D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7300D3; }
p { color: rgb(115,0,211); }
H1.HeaderClassName
{
color: #7300D3;
}
.AnyTagClassName
{
color: #7300D3;
}
</style>
background-color css
<style>
a { background-color: #7300D3; }
a { background-color: rgb(115,0,211); }
div.DivClassName
{
background-color: #7300D3;
}
.BgClassName
{
background-color: #7300D3;
}
</style>
border-color css
<style>
span { border-color: #7300D3; }
span { border-color: rgb(115,0,211); }
td.TdClassName
{
border-color: #7300D3;
}
.TagClassName
{
border-color: #7300D3;
}
</style>