Shades of Dark Violet #7C01BD
Tints of Dark Violet #7C01BD
RGB
CMYK
RGB Variations
Color information
#7C01BD (or 0x7C01BD) is known color: Dark Violet. HEX triplet: 7C, 01 and BD. RGB value is (124,1,189). Sum of RGB (Red+Green+Blue) = 124+1+189=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C01BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C01BD is #83FE42. Grayscale: #3A3A3A. Windows color (decimal): -8650307 or 12386684. OLE color: 12386684.
HSL color Cylindrical-coordinate representation of color #7C01BD: hue angle of 279.26º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C01BD is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 1 | 189 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.26 |
| HSL | 279.26º | 0.99% | 0.37% | - |
| HSV(B) | 279.26º | 0.99% | 0.74% | - |
| XYZ | 17.51 | 7.98 | 48.76 | - |
| YUV | 59.21 | 201.25 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 189 | 0.34 | 0.99 | 0 | 0.26 | 279.26 | 0.99 | 0.37 |
| Hex | 7C | 1 | BD | 22 | 63 | 0 | 1A | 117 | 63 | 25 |
| Octal | 174 | 1 | 275 | 42 | 143 | 0 | 32 | 427 | 143 | 45 |
| Binary | 1111100 | 1 | 10111101 | 100010 | 1100011 | 0 | 11010 | 100010111 | 1100011 | 100101 |
Color Harmonies of #7C01BD
Complementary color
Monochromatic Colors of #7C01BD
Black with #7C01BD
Text Example
Text Example
White with #7C01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C01BD; }
p { color: rgb(124,1,189); }
H1.HeaderClassName
{
color: #7C01BD;
}
.AnyTagClassName
{
color: #7C01BD;
}
</style>
background-color css
<style>
a { background-color: #7C01BD; }
a { background-color: rgb(124,1,189); }
div.DivClassName
{
background-color: #7C01BD;
}
.BgClassName
{
background-color: #7C01BD;
}
</style>
border-color css
<style>
span { border-color: #7C01BD; }
span { border-color: rgb(124,1,189); }
td.TdClassName
{
border-color: #7C01BD;
}
.TagClassName
{
border-color: #7C01BD;
}
</style>