Shades of Dark Violet #7601BD
Tints of Dark Violet #7601BD
RGB
CMYK
RGB Variations
Color information
#7601BD (or 0x7601BD) is known color: Dark Violet. HEX triplet: 76, 01 and BD. RGB value is (118,1,189). Sum of RGB (Red+Green+Blue) = 118+1+189=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #7601BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7601BD is #89FE42. Grayscale: #383838. Windows color (decimal): -9043523 or 12386678. OLE color: 12386678.
HSL color Cylindrical-coordinate representation of color #7601BD: hue angle of 277.34º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7601BD is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 1 | 189 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.26 |
| HSL | 277.34º | 0.99% | 0.37% | - |
| HSV(B) | 277.34º | 0.99% | 0.74% | - |
| XYZ | 16.67 | 7.55 | 48.72 | - |
| YUV | 57.42 | 202.26 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 189 | 0.38 | 0.99 | 0 | 0.26 | 277.34 | 0.99 | 0.37 |
| Hex | 76 | 1 | BD | 26 | 63 | 0 | 1A | 115 | 63 | 25 |
| Octal | 166 | 1 | 275 | 46 | 143 | 0 | 32 | 425 | 143 | 45 |
| Binary | 1110110 | 1 | 10111101 | 100110 | 1100011 | 0 | 11010 | 100010101 | 1100011 | 100101 |
Color Harmonies of #7601BD
Complementary color
Monochromatic Colors of #7601BD
Black with #7601BD
Text Example
Text Example
White with #7601BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7601BD; }
p { color: rgb(118,1,189); }
H1.HeaderClassName
{
color: #7601BD;
}
.AnyTagClassName
{
color: #7601BD;
}
</style>
background-color css
<style>
a { background-color: #7601BD; }
a { background-color: rgb(118,1,189); }
div.DivClassName
{
background-color: #7601BD;
}
.BgClassName
{
background-color: #7601BD;
}
</style>
border-color css
<style>
span { border-color: #7601BD; }
span { border-color: rgb(118,1,189); }
td.TdClassName
{
border-color: #7601BD;
}
.TagClassName
{
border-color: #7601BD;
}
</style>