Shades of Dark Violet #7601B8
Tints of Dark Violet #7601B8
RGB
CMYK
RGB Variations
Color information
#7601B8 (or 0x7601B8) is known color: Dark Violet. HEX triplet: 76, 01 and B8. RGB value is (118,1,184). Sum of RGB (Red+Green+Blue) = 118+1+184=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 184 (72.27% from 255 or 60.73% from 303); Max value from RGB is 184 - color contains mainly: blue. Hex color #7601B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7601B8 is #89FE47. Grayscale: #383838. Windows color (decimal): -9043528 or 12058998. OLE color: 12058998.
HSL color Cylindrical-coordinate representation of color #7601B8: hue angle of 278.36º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7601B8 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 1 | 184 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.28 |
| HSL | 278.36º | 0.99% | 0.36% | - |
| HSV(B) | 278.36º | 0.99% | 0.72% | - |
| XYZ | 16.13 | 7.33 | 45.91 | - |
| YUV | 56.85 | 199.76 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 184 | 0.36 | 0.99 | 0 | 0.28 | 278.36 | 0.99 | 0.36 |
| Hex | 76 | 1 | B8 | 24 | 63 | 0 | 1C | 116 | 63 | 24 |
| Octal | 166 | 1 | 270 | 44 | 143 | 0 | 34 | 426 | 143 | 44 |
| Binary | 1110110 | 1 | 10111000 | 100100 | 1100011 | 0 | 11100 | 100010110 | 1100011 | 100100 |
Color Harmonies of #7601B8
Complementary color
Monochromatic Colors of #7601B8
Black with #7601B8
Text Example
Text Example
White with #7601B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7601B8; }
p { color: rgb(118,1,184); }
H1.HeaderClassName
{
color: #7601B8;
}
.AnyTagClassName
{
color: #7601B8;
}
</style>
background-color css
<style>
a { background-color: #7601B8; }
a { background-color: rgb(118,1,184); }
div.DivClassName
{
background-color: #7601B8;
}
.BgClassName
{
background-color: #7601B8;
}
</style>
border-color css
<style>
span { border-color: #7601B8; }
span { border-color: rgb(118,1,184); }
td.TdClassName
{
border-color: #7601B8;
}
.TagClassName
{
border-color: #7601B8;
}
</style>