Shades of Dark Violet #7506BB
Tints of Dark Violet #7506BB
RGB
CMYK
RGB Variations
Color information
#7506BB (or 0x7506BB) is known color: Dark Violet. HEX triplet: 75, 06 and BB. RGB value is (117,6,187). Sum of RGB (Red+Green+Blue) = 117+6+187=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #7506BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7506BB is #8AF944. Grayscale: #3B3B3B. Windows color (decimal): -9107781 or 12256885. OLE color: 12256885.
HSL color Cylindrical-coordinate representation of color #7506BB: hue angle of 276.8º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7506BB is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 6 | 187 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.27 |
| HSL | 276.8º | 0.94% | 0.38% | - |
| HSV(B) | 276.8º | 0.97% | 0.73% | - |
| XYZ | 16.37 | 7.5 | 47.6 | - |
| YUV | 59.82 | 199.77 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 6 | 187 | 0.37 | 0.97 | 0 | 0.27 | 276.8 | 0.94 | 0.38 |
| Hex | 75 | 6 | BB | 25 | 61 | 0 | 1B | 115 | 5E | 26 |
| Octal | 165 | 6 | 273 | 45 | 141 | 0 | 33 | 425 | 136 | 46 |
| Binary | 1110101 | 110 | 10111011 | 100101 | 1100001 | 0 | 11011 | 100010101 | 1011110 | 100110 |
Color Harmonies of #7506BB
Complementary color
Monochromatic Colors of #7506BB
Black with #7506BB
Text Example
Text Example
White with #7506BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7506BB; }
p { color: rgb(117,6,187); }
H1.HeaderClassName
{
color: #7506BB;
}
.AnyTagClassName
{
color: #7506BB;
}
</style>
background-color css
<style>
a { background-color: #7506BB; }
a { background-color: rgb(117,6,187); }
div.DivClassName
{
background-color: #7506BB;
}
.BgClassName
{
background-color: #7506BB;
}
</style>
border-color css
<style>
span { border-color: #7506BB; }
span { border-color: rgb(117,6,187); }
td.TdClassName
{
border-color: #7506BB;
}
.TagClassName
{
border-color: #7506BB;
}
</style>