Shades of Dark Violet #7501BA
Tints of Dark Violet #7501BA
RGB
CMYK
RGB Variations
Color information
#7501BA (or 0x7501BA) is known color: Dark Violet. HEX triplet: 75, 01 and BA. RGB value is (117,1,186). Sum of RGB (Red+Green+Blue) = 117+1+186=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #7501BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7501BA is #8AFE45. Grayscale: #383838. Windows color (decimal): -9109062 or 12190069. OLE color: 12190069.
HSL color Cylindrical-coordinate representation of color #7501BA: hue angle of 277.62º 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 #7501BA is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 1 | 186 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.27 |
| HSL | 277.62º | 0.99% | 0.37% | - |
| HSV(B) | 277.62º | 0.99% | 0.73% | - |
| XYZ | 16.21 | 7.35 | 47.02 | - |
| YUV | 56.77 | 200.93 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 186 | 0.37 | 0.99 | 0 | 0.27 | 277.62 | 0.99 | 0.37 |
| Hex | 75 | 1 | BA | 25 | 63 | 0 | 1B | 116 | 63 | 25 |
| Octal | 165 | 1 | 272 | 45 | 143 | 0 | 33 | 426 | 143 | 45 |
| Binary | 1110101 | 1 | 10111010 | 100101 | 1100011 | 0 | 11011 | 100010110 | 1100011 | 100101 |
Color Harmonies of #7501BA
Complementary color
Monochromatic Colors of #7501BA
Black with #7501BA
Text Example
Text Example
White with #7501BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7501BA; }
p { color: rgb(117,1,186); }
H1.HeaderClassName
{
color: #7501BA;
}
.AnyTagClassName
{
color: #7501BA;
}
</style>
background-color css
<style>
a { background-color: #7501BA; }
a { background-color: rgb(117,1,186); }
div.DivClassName
{
background-color: #7501BA;
}
.BgClassName
{
background-color: #7501BA;
}
</style>
border-color css
<style>
span { border-color: #7501BA; }
span { border-color: rgb(117,1,186); }
td.TdClassName
{
border-color: #7501BA;
}
.TagClassName
{
border-color: #7501BA;
}
</style>