Shades of Dark Violet #7501BB
Tints of Dark Violet #7501BB
RGB
CMYK
RGB Variations
Color information
#7501BB (or 0x7501BB) is known color: Dark Violet. HEX triplet: 75, 01 and BB. RGB value is (117,1,187). Sum of RGB (Red+Green+Blue) = 117+1+187=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #7501BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7501BB is #8AFE44. Grayscale: #383838. Windows color (decimal): -9109061 or 12255605. OLE color: 12255605.
HSL color Cylindrical-coordinate representation of color #7501BB: hue angle of 277.42º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7501BB is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 1 | 187 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.27 |
| HSL | 277.42º | 0.99% | 0.37% | - |
| HSV(B) | 277.42º | 0.99% | 0.73% | - |
| XYZ | 16.32 | 7.39 | 47.58 | - |
| YUV | 56.89 | 201.43 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 187 | 0.37 | 0.99 | 0 | 0.27 | 277.42 | 0.99 | 0.37 |
| Hex | 75 | 1 | BB | 25 | 63 | 0 | 1B | 115 | 63 | 25 |
| Octal | 165 | 1 | 273 | 45 | 143 | 0 | 33 | 425 | 143 | 45 |
| Binary | 1110101 | 1 | 10111011 | 100101 | 1100011 | 0 | 11011 | 100010101 | 1100011 | 100101 |
Color Harmonies of #7501BB
Complementary color
Monochromatic Colors of #7501BB
Black with #7501BB
Text Example
Text Example
White with #7501BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7501BB; }
p { color: rgb(117,1,187); }
H1.HeaderClassName
{
color: #7501BB;
}
.AnyTagClassName
{
color: #7501BB;
}
</style>
background-color css
<style>
a { background-color: #7501BB; }
a { background-color: rgb(117,1,187); }
div.DivClassName
{
background-color: #7501BB;
}
.BgClassName
{
background-color: #7501BB;
}
</style>
border-color css
<style>
span { border-color: #7501BB; }
span { border-color: rgb(117,1,187); }
td.TdClassName
{
border-color: #7501BB;
}
.TagClassName
{
border-color: #7501BB;
}
</style>