Shades of Dark Violet #7307CA
Tints of Dark Violet #7307CA
RGB
CMYK
RGB Variations
Color information
#7307CA (or 0x7307CA) is known color: Dark Violet. HEX triplet: 73, 07 and CA. RGB value is (115,7,202). Sum of RGB (Red+Green+Blue) = 115+7+202=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #7307CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7307CA is #8CF835. Grayscale: #3C3C3C. Windows color (decimal): -9238582 or 13240179. OLE color: 13240179.
HSL color Cylindrical-coordinate representation of color #7307CA: hue angle of 273.23º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7307CA is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 7 | 202 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.21 |
| HSL | 273.23º | 0.93% | 0.41% | - |
| HSV(B) | 273.23º | 0.97% | 0.79% | - |
| XYZ | 17.81 | 8.06 | 56.49 | - |
| YUV | 61.52 | 207.28 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 202 | 0.43 | 0.97 | 0 | 0.21 | 273.23 | 0.93 | 0.41 |
| Hex | 73 | 7 | CA | 2B | 61 | 0 | 15 | 111 | 5D | 29 |
| Octal | 163 | 7 | 312 | 53 | 141 | 0 | 25 | 421 | 135 | 51 |
| Binary | 1110011 | 111 | 11001010 | 101011 | 1100001 | 0 | 10101 | 100010001 | 1011101 | 101001 |
Color Harmonies of #7307CA
Complementary color
Monochromatic Colors of #7307CA
Black with #7307CA
Text Example
Text Example
White with #7307CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7307CA; }
p { color: rgb(115,7,202); }
H1.HeaderClassName
{
color: #7307CA;
}
.AnyTagClassName
{
color: #7307CA;
}
</style>
background-color css
<style>
a { background-color: #7307CA; }
a { background-color: rgb(115,7,202); }
div.DivClassName
{
background-color: #7307CA;
}
.BgClassName
{
background-color: #7307CA;
}
</style>
border-color css
<style>
span { border-color: #7307CA; }
span { border-color: rgb(115,7,202); }
td.TdClassName
{
border-color: #7307CA;
}
.TagClassName
{
border-color: #7307CA;
}
</style>