Shades of Dark Violet #7301CA
Tints of Dark Violet #7301CA
RGB
CMYK
RGB Variations
Color information
#7301CA (or 0x7301CA) is known color: Dark Violet. HEX triplet: 73, 01 and CA. RGB value is (115,1,202). Sum of RGB (Red+Green+Blue) = 115+1+202=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #7301CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7301CA is #8CFE35. Grayscale: #393939. Windows color (decimal): -9240118 or 13238643. OLE color: 13238643.
HSL color Cylindrical-coordinate representation of color #7301CA: hue angle of 274.03º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7301CA is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 1 | 202 | - |
| CMYK | 0.43 | 1.00 | 0 | 0.21 |
| HSL | 274.03º | 0.99% | 0.4% | - |
| HSV(B) | 274.03º | 1% | 0.79% | - |
| XYZ | 17.74 | 7.93 | 56.47 | - |
| YUV | 58 | 209.27 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 202 | 0.43 | 1.00 | 0 | 0.21 | 274.03 | 0.99 | 0.4 |
| Hex | 73 | 1 | CA | 2B | 64 | 0 | 15 | 112 | 63 | 28 |
| Octal | 163 | 1 | 312 | 53 | 144 | 0 | 25 | 422 | 143 | 50 |
| Binary | 1110011 | 1 | 11001010 | 101011 | 1100100 | 0 | 10101 | 100010010 | 1100011 | 101000 |
Color Harmonies of #7301CA
Complementary color
Monochromatic Colors of #7301CA
Black with #7301CA
Text Example
Text Example
White with #7301CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7301CA; }
p { color: rgb(115,1,202); }
H1.HeaderClassName
{
color: #7301CA;
}
.AnyTagClassName
{
color: #7301CA;
}
</style>
background-color css
<style>
a { background-color: #7301CA; }
a { background-color: rgb(115,1,202); }
div.DivClassName
{
background-color: #7301CA;
}
.BgClassName
{
background-color: #7301CA;
}
</style>
border-color css
<style>
span { border-color: #7301CA; }
span { border-color: rgb(115,1,202); }
td.TdClassName
{
border-color: #7301CA;
}
.TagClassName
{
border-color: #7301CA;
}
</style>