Shades of Dark Violet #7C08D7
Tints of Dark Violet #7C08D7
RGB
CMYK
RGB Variations
Color information
#7C08D7 (or 0x7C08D7) is known color: Dark Violet. HEX triplet: 7C, 08 and D7. RGB value is (124,8,215). Sum of RGB (Red+Green+Blue) = 124+8+215=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 215 (84.38% from 255 or 61.96% from 347); Max value from RGB is 215 - color contains mainly: blue. Hex color #7C08D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C08D7 is #83F728. Grayscale: #414141. Windows color (decimal): -8648489 or 14092412. OLE color: 14092412.
HSL color Cylindrical-coordinate representation of color #7C08D7: hue angle of 273.62º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C08D7 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 8 | 215 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.16 |
| HSL | 273.62º | 0.93% | 0.44% | - |
| HSV(B) | 273.62º | 0.96% | 0.84% | - |
| XYZ | 20.66 | 9.37 | 65.01 | - |
| YUV | 66.28 | 211.93 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 215 | 0.42 | 0.96 | 0 | 0.16 | 273.62 | 0.93 | 0.44 |
| Hex | 7C | 8 | D7 | 2A | 60 | 0 | 10 | 112 | 5D | 2C |
| Octal | 174 | 10 | 327 | 52 | 140 | 0 | 20 | 422 | 135 | 54 |
| Binary | 1111100 | 1000 | 11010111 | 101010 | 1100000 | 0 | 10000 | 100010010 | 1011101 | 101100 |
Color Harmonies of #7C08D7
Complementary color
Monochromatic Colors of #7C08D7
Black with #7C08D7
Text Example
Text Example
White with #7C08D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C08D7; }
p { color: rgb(124,8,215); }
H1.HeaderClassName
{
color: #7C08D7;
}
.AnyTagClassName
{
color: #7C08D7;
}
</style>
background-color css
<style>
a { background-color: #7C08D7; }
a { background-color: rgb(124,8,215); }
div.DivClassName
{
background-color: #7C08D7;
}
.BgClassName
{
background-color: #7C08D7;
}
</style>
border-color css
<style>
span { border-color: #7C08D7; }
span { border-color: rgb(124,8,215); }
td.TdClassName
{
border-color: #7C08D7;
}
.TagClassName
{
border-color: #7C08D7;
}
</style>