Shades of Dark Violet #7505BA
Tints of Dark Violet #7505BA
RGB
CMYK
RGB Variations
Color information
#7505BA (or 0x7505BA) is known color: Dark Violet. HEX triplet: 75, 05 and BA. RGB value is (117,5,186). Sum of RGB (Red+Green+Blue) = 117+5+186=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #7505BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7505BA is #8AFA45. Grayscale: #3A3A3A. Windows color (decimal): -9108038 or 12191093. OLE color: 12191093.
HSL color Cylindrical-coordinate representation of color #7505BA: hue angle of 277.13º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7505BA is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 5 | 186 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.27 |
| HSL | 277.13º | 0.95% | 0.37% | - |
| HSV(B) | 277.13º | 0.97% | 0.73% | - |
| XYZ | 16.25 | 7.44 | 47.03 | - |
| YUV | 59.12 | 199.61 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 186 | 0.37 | 0.97 | 0 | 0.27 | 277.13 | 0.95 | 0.37 |
| Hex | 75 | 5 | BA | 25 | 61 | 0 | 1B | 115 | 5F | 25 |
| Octal | 165 | 5 | 272 | 45 | 141 | 0 | 33 | 425 | 137 | 45 |
| Binary | 1110101 | 101 | 10111010 | 100101 | 1100001 | 0 | 11011 | 100010101 | 1011111 | 100101 |
Color Harmonies of #7505BA
Complementary color
Monochromatic Colors of #7505BA
Black with #7505BA
Text Example
Text Example
White with #7505BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7505BA; }
p { color: rgb(117,5,186); }
H1.HeaderClassName
{
color: #7505BA;
}
.AnyTagClassName
{
color: #7505BA;
}
</style>
background-color css
<style>
a { background-color: #7505BA; }
a { background-color: rgb(117,5,186); }
div.DivClassName
{
background-color: #7505BA;
}
.BgClassName
{
background-color: #7505BA;
}
</style>
border-color css
<style>
span { border-color: #7505BA; }
span { border-color: rgb(117,5,186); }
td.TdClassName
{
border-color: #7505BA;
}
.TagClassName
{
border-color: #7505BA;
}
</style>