Shades of Dark Violet #7C05D3
Tints of Dark Violet #7C05D3
RGB
CMYK
RGB Variations
Color information
#7C05D3 (or 0x7C05D3) is known color: Dark Violet. HEX triplet: 7C, 05 and D3. RGB value is (124,5,211). Sum of RGB (Red+Green+Blue) = 124+5+211=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 211 (82.81% from 255 or 62.06% from 340); Max value from RGB is 211 - color contains mainly: blue. Hex color #7C05D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C05D3 is #83FA2C. Grayscale: #3F3F3F. Windows color (decimal): -8649261 or 13829500. OLE color: 13829500.
HSL color Cylindrical-coordinate representation of color #7C05D3: hue angle of 274.66º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C05D3 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 124 | 5 | 211 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.17 |
| HSL | 274.66º | 0.95% | 0.42% | - |
| HSV(B) | 274.66º | 0.98% | 0.83% | - |
| XYZ | 20.12 | 9.1 | 62.32 | - |
| YUV | 64.07 | 210.92 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 211 | 0.41 | 0.98 | 0 | 0.17 | 274.66 | 0.95 | 0.42 |
| Hex | 7C | 5 | D3 | 29 | 62 | 0 | 11 | 113 | 5F | 2A |
| Octal | 174 | 5 | 323 | 51 | 142 | 0 | 21 | 423 | 137 | 52 |
| Binary | 1111100 | 101 | 11010011 | 101001 | 1100010 | 0 | 10001 | 100010011 | 1011111 | 101010 |
Color Harmonies of #7C05D3
Complementary color
Monochromatic Colors of #7C05D3
Black with #7C05D3
Text Example
Text Example
White with #7C05D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C05D3; }
p { color: rgb(124,5,211); }
H1.HeaderClassName
{
color: #7C05D3;
}
.AnyTagClassName
{
color: #7C05D3;
}
</style>
background-color css
<style>
a { background-color: #7C05D3; }
a { background-color: rgb(124,5,211); }
div.DivClassName
{
background-color: #7C05D3;
}
.BgClassName
{
background-color: #7C05D3;
}
</style>
border-color css
<style>
span { border-color: #7C05D3; }
span { border-color: rgb(124,5,211); }
td.TdClassName
{
border-color: #7C05D3;
}
.TagClassName
{
border-color: #7C05D3;
}
</style>