Shades of Dark Violet #7C05BD
Tints of Dark Violet #7C05BD
RGB
CMYK
RGB Variations
Color information
#7C05BD (or 0x7C05BD) is known color: Dark Violet. HEX triplet: 7C, 05 and BD. RGB value is (124,5,189). Sum of RGB (Red+Green+Blue) = 124+5+189=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C05BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C05BD is #83FA42. Grayscale: #3C3C3C. Windows color (decimal): -8649283 or 12387708. OLE color: 12387708.
HSL color Cylindrical-coordinate representation of color #7C05BD: hue angle of 278.8º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C05BD is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 5 | 189 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.26 |
| HSL | 278.8º | 0.95% | 0.38% | - |
| HSV(B) | 278.8º | 0.97% | 0.74% | - |
| XYZ | 17.55 | 8.07 | 48.78 | - |
| YUV | 61.56 | 199.92 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 189 | 0.34 | 0.97 | 0 | 0.26 | 278.8 | 0.95 | 0.38 |
| Hex | 7C | 5 | BD | 22 | 61 | 0 | 1A | 117 | 5F | 26 |
| Octal | 174 | 5 | 275 | 42 | 141 | 0 | 32 | 427 | 137 | 46 |
| Binary | 1111100 | 101 | 10111101 | 100010 | 1100001 | 0 | 11010 | 100010111 | 1011111 | 100110 |
Color Harmonies of #7C05BD
Complementary color
Monochromatic Colors of #7C05BD
Black with #7C05BD
Text Example
Text Example
White with #7C05BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C05BD; }
p { color: rgb(124,5,189); }
H1.HeaderClassName
{
color: #7C05BD;
}
.AnyTagClassName
{
color: #7C05BD;
}
</style>
background-color css
<style>
a { background-color: #7C05BD; }
a { background-color: rgb(124,5,189); }
div.DivClassName
{
background-color: #7C05BD;
}
.BgClassName
{
background-color: #7C05BD;
}
</style>
border-color css
<style>
span { border-color: #7C05BD; }
span { border-color: rgb(124,5,189); }
td.TdClassName
{
border-color: #7C05BD;
}
.TagClassName
{
border-color: #7C05BD;
}
</style>