Shades of Dark Violet #7300CC
Tints of Dark Violet #7300CC
RGB
CMYK
RGB Variations
Color information
#7300CC (or 0x7300CC) is known color: Dark Violet. HEX triplet: 73, 00 and CC. RGB value is (115,0,204). Sum of RGB (Red+Green+Blue) = 115+0+204=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #7300CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7300CC is #8CFF33. Grayscale: #383838. Windows color (decimal): -9240372 or 13369459. OLE color: 13369459.
HSL color Cylindrical-coordinate representation of color #7300CC: hue angle of 273.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300CC is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 0 | 204 | - |
| CMYK | 0.44 | 1 | 0 | 0.2 |
| HSL | 273.82º | 1% | 0.4% | - |
| HSV(B) | 273.82º | 1% | 0.8% | - |
| XYZ | 17.97 | 8 | 57.72 | - |
| YUV | 57.64 | 210.6 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 204 | 0.44 | 1 | 0 | 0.2 | 273.82 | 1 | 0.4 |
| Hex | 73 | 0 | CC | 2C | 64 | 0 | 14 | 112 | 64 | 28 |
| Octal | 163 | 0 | 314 | 54 | 144 | 0 | 24 | 422 | 144 | 50 |
| Binary | 1110011 | 0 | 11001100 | 101100 | 1100100 | 0 | 10100 | 100010010 | 1100100 | 101000 |
Color Harmonies of #7300CC
Complementary color
Monochromatic Colors of #7300CC
Black with #7300CC
Text Example
Text Example
White with #7300CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7300CC; }
p { color: rgb(115,0,204); }
H1.HeaderClassName
{
color: #7300CC;
}
.AnyTagClassName
{
color: #7300CC;
}
</style>
background-color css
<style>
a { background-color: #7300CC; }
a { background-color: rgb(115,0,204); }
div.DivClassName
{
background-color: #7300CC;
}
.BgClassName
{
background-color: #7300CC;
}
</style>
border-color css
<style>
span { border-color: #7300CC; }
span { border-color: rgb(115,0,204); }
td.TdClassName
{
border-color: #7300CC;
}
.TagClassName
{
border-color: #7300CC;
}
</style>