Shades of Dark Violet #7700B7
Tints of Dark Violet #7700B7
RGB
CMYK
RGB Variations
Color information
#7700B7 (or 0x7700B7) is known color: Dark Violet. HEX triplet: 77, 00 and B7. RGB value is (119,0,183). Sum of RGB (Red+Green+Blue) = 119+0+183=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 183 (71.88% from 255 or 60.60% from 302); Max value from RGB is 183 - color contains mainly: blue. Hex color #7700B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7700B7 is #88FF48. Grayscale: #373737. Windows color (decimal): -8978249 or 11993207. OLE color: 11993207.
HSL color Cylindrical-coordinate representation of color #7700B7: hue angle of 279.02º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7700B7 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 0 | 183 | - |
| CMYK | 0.35 | 1 | 0 | 0.28 |
| HSL | 279.02º | 1% | 0.36% | - |
| HSV(B) | 279.02º | 1% | 0.72% | - |
| XYZ | 16.15 | 7.34 | 45.37 | - |
| YUV | 56.44 | 199.42 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 183 | 0.35 | 1 | 0 | 0.28 | 279.02 | 1 | 0.36 |
| Hex | 77 | 0 | B7 | 23 | 64 | 0 | 1C | 117 | 64 | 24 |
| Octal | 167 | 0 | 267 | 43 | 144 | 0 | 34 | 427 | 144 | 44 |
| Binary | 1110111 | 0 | 10110111 | 100011 | 1100100 | 0 | 11100 | 100010111 | 1100100 | 100100 |
Color Harmonies of #7700B7
Complementary color
Monochromatic Colors of #7700B7
Black with #7700B7
Text Example
Text Example
White with #7700B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7700B7; }
p { color: rgb(119,0,183); }
H1.HeaderClassName
{
color: #7700B7;
}
.AnyTagClassName
{
color: #7700B7;
}
</style>
background-color css
<style>
a { background-color: #7700B7; }
a { background-color: rgb(119,0,183); }
div.DivClassName
{
background-color: #7700B7;
}
.BgClassName
{
background-color: #7700B7;
}
</style>
border-color css
<style>
span { border-color: #7700B7; }
span { border-color: rgb(119,0,183); }
td.TdClassName
{
border-color: #7700B7;
}
.TagClassName
{
border-color: #7700B7;
}
</style>