Shades of Dark Violet #7300CF
Tints of Dark Violet #7300CF
RGB
CMYK
RGB Variations
Color information
#7300CF (or 0x7300CF) is known color: Dark Violet. HEX triplet: 73, 00 and CF. RGB value is (115,0,207). Sum of RGB (Red+Green+Blue) = 115+0+207=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #7300CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7300CF is #8CFF30. Grayscale: #393939. Windows color (decimal): -9240369 or 13566067. OLE color: 13566067.
HSL color Cylindrical-coordinate representation of color #7300CF: hue angle of 273.33º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300CF is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 0 | 207 | - |
| CMYK | 0.44 | 1 | 0 | 0.19 |
| HSL | 273.33º | 1% | 0.41% | - |
| HSV(B) | 273.33º | 1% | 0.81% | - |
| XYZ | 18.33 | 8.15 | 59.64 | - |
| YUV | 57.98 | 212.1 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 207 | 0.44 | 1 | 0 | 0.19 | 273.33 | 1 | 0.41 |
| Hex | 73 | 0 | CF | 2C | 64 | 0 | 13 | 111 | 64 | 29 |
| Octal | 163 | 0 | 317 | 54 | 144 | 0 | 23 | 421 | 144 | 51 |
| Binary | 1110011 | 0 | 11001111 | 101100 | 1100100 | 0 | 10011 | 100010001 | 1100100 | 101001 |
Color Harmonies of #7300CF
Complementary color
Monochromatic Colors of #7300CF
Black with #7300CF
Text Example
Text Example
White with #7300CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7300CF; }
p { color: rgb(115,0,207); }
H1.HeaderClassName
{
color: #7300CF;
}
.AnyTagClassName
{
color: #7300CF;
}
</style>
background-color css
<style>
a { background-color: #7300CF; }
a { background-color: rgb(115,0,207); }
div.DivClassName
{
background-color: #7300CF;
}
.BgClassName
{
background-color: #7300CF;
}
</style>
border-color css
<style>
span { border-color: #7300CF; }
span { border-color: rgb(115,0,207); }
td.TdClassName
{
border-color: #7300CF;
}
.TagClassName
{
border-color: #7300CF;
}
</style>