Shades of Dark Violet #7307BD
Tints of Dark Violet #7307BD
RGB
CMYK
RGB Variations
Color information
#7307BD (or 0x7307BD) is known color: Dark Violet. HEX triplet: 73, 07 and BD. RGB value is (115,7,189). Sum of RGB (Red+Green+Blue) = 115+7+189=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #7307BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7307BD is #8CF842. Grayscale: #3B3B3B. Windows color (decimal): -9238595 or 12388211. OLE color: 12388211.
HSL color Cylindrical-coordinate representation of color #7307BD: hue angle of 275.6º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7307BD is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 7 | 189 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.26 |
| HSL | 275.6º | 0.93% | 0.38% | - |
| HSV(B) | 275.6º | 0.96% | 0.74% | - |
| XYZ | 16.33 | 7.47 | 48.73 | - |
| YUV | 60.04 | 200.78 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 189 | 0.39 | 0.96 | 0 | 0.26 | 275.6 | 0.93 | 0.38 |
| Hex | 73 | 7 | BD | 27 | 60 | 0 | 1A | 114 | 5D | 26 |
| Octal | 163 | 7 | 275 | 47 | 140 | 0 | 32 | 424 | 135 | 46 |
| Binary | 1110011 | 111 | 10111101 | 100111 | 1100000 | 0 | 11010 | 100010100 | 1011101 | 100110 |
Color Harmonies of #7307BD
Complementary color
Monochromatic Colors of #7307BD
Black with #7307BD
Text Example
Text Example
White with #7307BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7307BD; }
p { color: rgb(115,7,189); }
H1.HeaderClassName
{
color: #7307BD;
}
.AnyTagClassName
{
color: #7307BD;
}
</style>
background-color css
<style>
a { background-color: #7307BD; }
a { background-color: rgb(115,7,189); }
div.DivClassName
{
background-color: #7307BD;
}
.BgClassName
{
background-color: #7307BD;
}
</style>
border-color css
<style>
span { border-color: #7307BD; }
span { border-color: rgb(115,7,189); }
td.TdClassName
{
border-color: #7307BD;
}
.TagClassName
{
border-color: #7307BD;
}
</style>