Shades of Dark Violet #7805B7
Tints of Dark Violet #7805B7
RGB
CMYK
RGB Variations
Color information
#7805B7 (or 0x7805B7) is known color: Dark Violet. HEX triplet: 78, 05 and B7. RGB value is (120,5,183). Sum of RGB (Red+Green+Blue) = 120+5+183=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 183 (71.88% from 255 or 59.42% from 308); Max value from RGB is 183 - color contains mainly: blue. Hex color #7805B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7805B7 is #87FA48. Grayscale: #3B3B3B. Windows color (decimal): -8911433 or 11994488. OLE color: 11994488.
HSL color Cylindrical-coordinate representation of color #7805B7: hue angle of 278.76º 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 #7805B7 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 5 | 183 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.28 |
| HSL | 278.76º | 0.95% | 0.37% | - |
| HSV(B) | 278.76º | 0.97% | 0.72% | - |
| XYZ | 16.35 | 7.52 | 45.39 | - |
| YUV | 59.68 | 197.6 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 183 | 0.34 | 0.97 | 0 | 0.28 | 278.76 | 0.95 | 0.37 |
| Hex | 78 | 5 | B7 | 22 | 61 | 0 | 1C | 117 | 5F | 25 |
| Octal | 170 | 5 | 267 | 42 | 141 | 0 | 34 | 427 | 137 | 45 |
| Binary | 1111000 | 101 | 10110111 | 100010 | 1100001 | 0 | 11100 | 100010111 | 1011111 | 100101 |
Color Harmonies of #7805B7
Complementary color
Monochromatic Colors of #7805B7
Black with #7805B7
Text Example
Text Example
White with #7805B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7805B7; }
p { color: rgb(120,5,183); }
H1.HeaderClassName
{
color: #7805B7;
}
.AnyTagClassName
{
color: #7805B7;
}
</style>
background-color css
<style>
a { background-color: #7805B7; }
a { background-color: rgb(120,5,183); }
div.DivClassName
{
background-color: #7805B7;
}
.BgClassName
{
background-color: #7805B7;
}
</style>
border-color css
<style>
span { border-color: #7805B7; }
span { border-color: rgb(120,5,183); }
td.TdClassName
{
border-color: #7805B7;
}
.TagClassName
{
border-color: #7805B7;
}
</style>