Shades of Dark Violet #7508BC
Tints of Dark Violet #7508BC
RGB
CMYK
RGB Variations
Color information
#7508BC (or 0x7508BC) is known color: Dark Violet. HEX triplet: 75, 08 and BC. RGB value is (117,8,188). Sum of RGB (Red+Green+Blue) = 117+8+188=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #7508BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7508BC is #8AF743. Grayscale: #3C3C3C. Windows color (decimal): -9107268 or 12322933. OLE color: 12322933.
HSL color Cylindrical-coordinate representation of color #7508BC: hue angle of 276.33º degrees, saturation: 0.92, 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 #7508BC is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 8 | 188 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.26 |
| HSL | 276.33º | 0.92% | 0.38% | - |
| HSV(B) | 276.33º | 0.96% | 0.74% | - |
| XYZ | 16.5 | 7.59 | 48.17 | - |
| YUV | 61.11 | 199.61 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 188 | 0.38 | 0.96 | 0 | 0.26 | 276.33 | 0.92 | 0.38 |
| Hex | 75 | 8 | BC | 26 | 60 | 0 | 1A | 114 | 5C | 26 |
| Octal | 165 | 10 | 274 | 46 | 140 | 0 | 32 | 424 | 134 | 46 |
| Binary | 1110101 | 1000 | 10111100 | 100110 | 1100000 | 0 | 11010 | 100010100 | 1011100 | 100110 |
Color Harmonies of #7508BC
Complementary color
Monochromatic Colors of #7508BC
Black with #7508BC
Text Example
Text Example
White with #7508BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7508BC; }
p { color: rgb(117,8,188); }
H1.HeaderClassName
{
color: #7508BC;
}
.AnyTagClassName
{
color: #7508BC;
}
</style>
background-color css
<style>
a { background-color: #7508BC; }
a { background-color: rgb(117,8,188); }
div.DivClassName
{
background-color: #7508BC;
}
.BgClassName
{
background-color: #7508BC;
}
</style>
border-color css
<style>
span { border-color: #7508BC; }
span { border-color: rgb(117,8,188); }
td.TdClassName
{
border-color: #7508BC;
}
.TagClassName
{
border-color: #7508BC;
}
</style>