Shades of Dark Violet #7705B7
Tints of Dark Violet #7705B7
RGB
CMYK
RGB Variations
Color information
#7705B7 (or 0x7705B7) is known color: Dark Violet. HEX triplet: 77, 05 and B7. RGB value is (119,5,183). Sum of RGB (Red+Green+Blue) = 119+5+183=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 183 (71.88% from 255 or 59.61% from 307); Max value from RGB is 183 - color contains mainly: blue. Hex color #7705B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7705B7 is #88FA48. Grayscale: #3A3A3A. Windows color (decimal): -8976969 or 11994487. OLE color: 11994487.
HSL color Cylindrical-coordinate representation of color #7705B7: hue angle of 278.43º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7705B7 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 5 | 183 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.28 |
| HSL | 278.43º | 0.95% | 0.37% | - |
| HSV(B) | 278.43º | 0.97% | 0.72% | - |
| XYZ | 16.21 | 7.45 | 45.38 | - |
| YUV | 59.38 | 197.77 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 183 | 0.35 | 0.97 | 0 | 0.28 | 278.43 | 0.95 | 0.37 |
| Hex | 77 | 5 | B7 | 23 | 61 | 0 | 1C | 116 | 5F | 25 |
| Octal | 167 | 5 | 267 | 43 | 141 | 0 | 34 | 426 | 137 | 45 |
| Binary | 1110111 | 101 | 10110111 | 100011 | 1100001 | 0 | 11100 | 100010110 | 1011111 | 100101 |
Color Harmonies of #7705B7
Complementary color
Monochromatic Colors of #7705B7
Black with #7705B7
Text Example
Text Example
White with #7705B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7705B7; }
p { color: rgb(119,5,183); }
H1.HeaderClassName
{
color: #7705B7;
}
.AnyTagClassName
{
color: #7705B7;
}
</style>
background-color css
<style>
a { background-color: #7705B7; }
a { background-color: rgb(119,5,183); }
div.DivClassName
{
background-color: #7705B7;
}
.BgClassName
{
background-color: #7705B7;
}
</style>
border-color css
<style>
span { border-color: #7705B7; }
span { border-color: rgb(119,5,183); }
td.TdClassName
{
border-color: #7705B7;
}
.TagClassName
{
border-color: #7705B7;
}
</style>