Shades of Dark Violet #7300AF
Tints of Dark Violet #7300AF
RGB
CMYK
RGB Variations
Color information
#7300AF (or 0x7300AF) is known color: Dark Violet. HEX triplet: 73, 00 and AF. RGB value is (115,0,175). Sum of RGB (Red+Green+Blue) = 115+0+175=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #7300AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7300AF is #8CFF50. Grayscale: #353535. Windows color (decimal): -9240401 or 11468915. OLE color: 11468915.
HSL color Cylindrical-coordinate representation of color #7300AF: hue angle of 279.43º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300AF is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 0 | 175 | - |
| CMYK | 0.34 | 1 | 0 | 0.31 |
| HSL | 279.43º | 1% | 0.34% | - |
| HSV(B) | 279.43º | 1% | 0.69% | - |
| XYZ | 14.81 | 6.74 | 41.08 | - |
| YUV | 54.34 | 196.1 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 175 | 0.34 | 1 | 0 | 0.31 | 279.43 | 1 | 0.34 |
| Hex | 73 | 0 | AF | 22 | 64 | 0 | 1F | 117 | 64 | 22 |
| Octal | 163 | 0 | 257 | 42 | 144 | 0 | 37 | 427 | 144 | 42 |
| Binary | 1110011 | 0 | 10101111 | 100010 | 1100100 | 0 | 11111 | 100010111 | 1100100 | 100010 |
Color Harmonies of #7300AF
Complementary color
Monochromatic Colors of #7300AF
Black with #7300AF
Text Example
Text Example
White with #7300AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7300AF; }
p { color: rgb(115,0,175); }
H1.HeaderClassName
{
color: #7300AF;
}
.AnyTagClassName
{
color: #7300AF;
}
</style>
background-color css
<style>
a { background-color: #7300AF; }
a { background-color: rgb(115,0,175); }
div.DivClassName
{
background-color: #7300AF;
}
.BgClassName
{
background-color: #7300AF;
}
</style>
border-color css
<style>
span { border-color: #7300AF; }
span { border-color: rgb(115,0,175); }
td.TdClassName
{
border-color: #7300AF;
}
.TagClassName
{
border-color: #7300AF;
}
</style>