Shades of Dark Violet #7C08DA
Tints of Dark Violet #7C08DA
RGB
CMYK
RGB Variations
Color information
#7C08DA (or 0x7C08DA) is known color: Dark Violet. HEX triplet: 7C, 08 and DA. RGB value is (124,8,218). Sum of RGB (Red+Green+Blue) = 124+8+218=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #7C08DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C08DA is #83F725. Grayscale: #414141. Windows color (decimal): -8648486 or 14289020. OLE color: 14289020.
HSL color Cylindrical-coordinate representation of color #7C08DA: hue angle of 273.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C08DA is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 8 | 218 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.15 |
| HSL | 273.14º | 0.93% | 0.44% | - |
| HSV(B) | 273.14º | 0.96% | 0.85% | - |
| XYZ | 21.05 | 9.52 | 67.06 | - |
| YUV | 66.62 | 213.43 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 218 | 0.43 | 0.96 | 0 | 0.15 | 273.14 | 0.93 | 0.44 |
| Hex | 7C | 8 | DA | 2B | 60 | 0 | F | 111 | 5D | 2C |
| Octal | 174 | 10 | 332 | 53 | 140 | 0 | 17 | 421 | 135 | 54 |
| Binary | 1111100 | 1000 | 11011010 | 101011 | 1100000 | 0 | 1111 | 100010001 | 1011101 | 101100 |
Color Harmonies of #7C08DA
Complementary color
Monochromatic Colors of #7C08DA
Black with #7C08DA
Text Example
Text Example
White with #7C08DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C08DA; }
p { color: rgb(124,8,218); }
H1.HeaderClassName
{
color: #7C08DA;
}
.AnyTagClassName
{
color: #7C08DA;
}
</style>
background-color css
<style>
a { background-color: #7C08DA; }
a { background-color: rgb(124,8,218); }
div.DivClassName
{
background-color: #7C08DA;
}
.BgClassName
{
background-color: #7C08DA;
}
</style>
border-color css
<style>
span { border-color: #7C08DA; }
span { border-color: rgb(124,8,218); }
td.TdClassName
{
border-color: #7C08DA;
}
.TagClassName
{
border-color: #7C08DA;
}
</style>