Shades of Dark Violet #7D08CF
Tints of Dark Violet #7D08CF
RGB
CMYK
RGB Variations
Color information
#7D08CF (or 0x7D08CF) is known color: Dark Violet. HEX triplet: 7D, 08 and CF. RGB value is (125,8,207). Sum of RGB (Red+Green+Blue) = 125+8+207=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D08CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D08CF is #82F730. Grayscale: #404040. Windows color (decimal): -8582961 or 13568125. OLE color: 13568125.
HSL color Cylindrical-coordinate representation of color #7D08CF: hue angle of 275.28º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D08CF is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 8 | 207 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.19 |
| HSL | 275.28º | 0.93% | 0.42% | - |
| HSV(B) | 275.28º | 0.96% | 0.81% | - |
| XYZ | 19.81 | 9.04 | 59.73 | - |
| YUV | 65.67 | 207.76 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 207 | 0.40 | 0.96 | 0 | 0.19 | 275.28 | 0.93 | 0.42 |
| Hex | 7D | 8 | CF | 28 | 60 | 0 | 13 | 113 | 5D | 2A |
| Octal | 175 | 10 | 317 | 50 | 140 | 0 | 23 | 423 | 135 | 52 |
| Binary | 1111101 | 1000 | 11001111 | 101000 | 1100000 | 0 | 10011 | 100010011 | 1011101 | 101010 |
Color Harmonies of #7D08CF
Complementary color
Monochromatic Colors of #7D08CF
Black with #7D08CF
Text Example
Text Example
White with #7D08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D08CF; }
p { color: rgb(125,8,207); }
H1.HeaderClassName
{
color: #7D08CF;
}
.AnyTagClassName
{
color: #7D08CF;
}
</style>
background-color css
<style>
a { background-color: #7D08CF; }
a { background-color: rgb(125,8,207); }
div.DivClassName
{
background-color: #7D08CF;
}
.BgClassName
{
background-color: #7D08CF;
}
</style>
border-color css
<style>
span { border-color: #7D08CF; }
span { border-color: rgb(125,8,207); }
td.TdClassName
{
border-color: #7D08CF;
}
.TagClassName
{
border-color: #7D08CF;
}
</style>