Shades of Dark Violet #7D00BE
Tints of Dark Violet #7D00BE
RGB
CMYK
RGB Variations
Color information
#7D00BE (or 0x7D00BE) is known color: Dark Violet. HEX triplet: 7D, 00 and BE. RGB value is (125,0,190). Sum of RGB (Red+Green+Blue) = 125+0+190=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D00BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D00BE is #82FF41. Grayscale: #3A3A3A. Windows color (decimal): -8585026 or 12451965. OLE color: 12451965.
HSL color Cylindrical-coordinate representation of color #7D00BE: hue angle of 279.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D00BE is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 0 | 190 | - |
| CMYK | 0.34 | 1 | 0 | 0.25 |
| HSL | 279.47º | 1% | 0.37% | - |
| HSV(B) | 279.47º | 1% | 0.75% | - |
| XYZ | 17.75 | 8.08 | 49.34 | - |
| YUV | 59.04 | 201.91 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 190 | 0.34 | 1 | 0 | 0.25 | 279.47 | 1 | 0.37 |
| Hex | 7D | 0 | BE | 22 | 64 | 0 | 19 | 117 | 64 | 25 |
| Octal | 175 | 0 | 276 | 42 | 144 | 0 | 31 | 427 | 144 | 45 |
| Binary | 1111101 | 0 | 10111110 | 100010 | 1100100 | 0 | 11001 | 100010111 | 1100100 | 100101 |
Color Harmonies of #7D00BE
Complementary color
Monochromatic Colors of #7D00BE
Black with #7D00BE
Text Example
Text Example
White with #7D00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D00BE; }
p { color: rgb(125,0,190); }
H1.HeaderClassName
{
color: #7D00BE;
}
.AnyTagClassName
{
color: #7D00BE;
}
</style>
background-color css
<style>
a { background-color: #7D00BE; }
a { background-color: rgb(125,0,190); }
div.DivClassName
{
background-color: #7D00BE;
}
.BgClassName
{
background-color: #7D00BE;
}
</style>
border-color css
<style>
span { border-color: #7D00BE; }
span { border-color: rgb(125,0,190); }
td.TdClassName
{
border-color: #7D00BE;
}
.TagClassName
{
border-color: #7D00BE;
}
</style>