Shades of Dark Violet #7300CA
Tints of Dark Violet #7300CA
RGB
CMYK
RGB Variations
Color information
#7300CA (or 0x7300CA) is known color: Dark Violet. HEX triplet: 73, 00 and CA. RGB value is (115,0,202). Sum of RGB (Red+Green+Blue) = 115+0+202=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #7300CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7300CA is #8CFF35. Grayscale: #383838. Windows color (decimal): -9240374 or 13238387. OLE color: 13238387.
HSL color Cylindrical-coordinate representation of color #7300CA: hue angle of 274.16º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300CA is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 0 | 202 | - |
| CMYK | 0.43 | 1 | 0 | 0.21 |
| HSL | 274.16º | 1% | 0.4% | - |
| HSV(B) | 274.16º | 1% | 0.79% | - |
| XYZ | 17.73 | 7.91 | 56.47 | - |
| YUV | 57.41 | 209.6 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 202 | 0.43 | 1 | 0 | 0.21 | 274.16 | 1 | 0.4 |
| Hex | 73 | 0 | CA | 2B | 64 | 0 | 15 | 112 | 64 | 28 |
| Octal | 163 | 0 | 312 | 53 | 144 | 0 | 25 | 422 | 144 | 50 |
| Binary | 1110011 | 0 | 11001010 | 101011 | 1100100 | 0 | 10101 | 100010010 | 1100100 | 101000 |
Color Harmonies of #7300CA
Complementary color
Monochromatic Colors of #7300CA
Black with #7300CA
Text Example
Text Example
White with #7300CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7300CA; }
p { color: rgb(115,0,202); }
H1.HeaderClassName
{
color: #7300CA;
}
.AnyTagClassName
{
color: #7300CA;
}
</style>
background-color css
<style>
a { background-color: #7300CA; }
a { background-color: rgb(115,0,202); }
div.DivClassName
{
background-color: #7300CA;
}
.BgClassName
{
background-color: #7300CA;
}
</style>
border-color css
<style>
span { border-color: #7300CA; }
span { border-color: rgb(115,0,202); }
td.TdClassName
{
border-color: #7300CA;
}
.TagClassName
{
border-color: #7300CA;
}
</style>