Shades of Dark Violet #7D08D6
Tints of Dark Violet #7D08D6
RGB
CMYK
RGB Variations
Color information
#7D08D6 (or 0x7D08D6) is known color: Dark Violet. HEX triplet: 7D, 08 and D6. RGB value is (125,8,214). Sum of RGB (Red+Green+Blue) = 125+8+214=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 214 (83.98% from 255 or 61.67% from 347); Max value from RGB is 214 - color contains mainly: blue. Hex color #7D08D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D08D6 is #82F729. Grayscale: #414141. Windows color (decimal): -8582954 or 14026877. OLE color: 14026877.
HSL color Cylindrical-coordinate representation of color #7D08D6: hue angle of 274.08º 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 #7D08D6 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 8 | 214 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.16 |
| HSL | 274.08º | 0.93% | 0.44% | - |
| HSV(B) | 274.08º | 0.96% | 0.84% | - |
| XYZ | 20.68 | 9.39 | 64.34 | - |
| YUV | 66.47 | 211.26 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 214 | 0.42 | 0.96 | 0 | 0.16 | 274.08 | 0.93 | 0.44 |
| Hex | 7D | 8 | D6 | 2A | 60 | 0 | 10 | 112 | 5D | 2C |
| Octal | 175 | 10 | 326 | 52 | 140 | 0 | 20 | 422 | 135 | 54 |
| Binary | 1111101 | 1000 | 11010110 | 101010 | 1100000 | 0 | 10000 | 100010010 | 1011101 | 101100 |
Color Harmonies of #7D08D6
Complementary color
Monochromatic Colors of #7D08D6
Black with #7D08D6
Text Example
Text Example
White with #7D08D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D08D6; }
p { color: rgb(125,8,214); }
H1.HeaderClassName
{
color: #7D08D6;
}
.AnyTagClassName
{
color: #7D08D6;
}
</style>
background-color css
<style>
a { background-color: #7D08D6; }
a { background-color: rgb(125,8,214); }
div.DivClassName
{
background-color: #7D08D6;
}
.BgClassName
{
background-color: #7D08D6;
}
</style>
border-color css
<style>
span { border-color: #7D08D6; }
span { border-color: rgb(125,8,214); }
td.TdClassName
{
border-color: #7D08D6;
}
.TagClassName
{
border-color: #7D08D6;
}
</style>