Shades of Dark Violet #7601BA
Tints of Dark Violet #7601BA
RGB
CMYK
RGB Variations
Color information
#7601BA (or 0x7601BA) is known color: Dark Violet. HEX triplet: 76, 01 and BA. RGB value is (118,1,186). Sum of RGB (Red+Green+Blue) = 118+1+186=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #7601BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7601BA is #89FE45. Grayscale: #383838. Windows color (decimal): -9043526 or 12190070. OLE color: 12190070.
HSL color Cylindrical-coordinate representation of color #7601BA: hue angle of 277.95º 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 #7601BA is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 1 | 186 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.27 |
| HSL | 277.95º | 0.99% | 0.37% | - |
| HSV(B) | 277.95º | 0.99% | 0.73% | - |
| XYZ | 16.34 | 7.42 | 47.02 | - |
| YUV | 57.07 | 200.76 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 186 | 0.37 | 0.99 | 0 | 0.27 | 277.95 | 0.99 | 0.37 |
| Hex | 76 | 1 | BA | 25 | 63 | 0 | 1B | 116 | 63 | 25 |
| Octal | 166 | 1 | 272 | 45 | 143 | 0 | 33 | 426 | 143 | 45 |
| Binary | 1110110 | 1 | 10111010 | 100101 | 1100011 | 0 | 11011 | 100010110 | 1100011 | 100101 |
Color Harmonies of #7601BA
Complementary color
Monochromatic Colors of #7601BA
Black with #7601BA
Text Example
Text Example
White with #7601BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7601BA; }
p { color: rgb(118,1,186); }
H1.HeaderClassName
{
color: #7601BA;
}
.AnyTagClassName
{
color: #7601BA;
}
</style>
background-color css
<style>
a { background-color: #7601BA; }
a { background-color: rgb(118,1,186); }
div.DivClassName
{
background-color: #7601BA;
}
.BgClassName
{
background-color: #7601BA;
}
</style>
border-color css
<style>
span { border-color: #7601BA; }
span { border-color: rgb(118,1,186); }
td.TdClassName
{
border-color: #7601BA;
}
.TagClassName
{
border-color: #7601BA;
}
</style>