Shades of Dark Violet #7D02BC
Tints of Dark Violet #7D02BC
RGB
CMYK
RGB Variations
Color information
#7D02BC (or 0x7D02BC) is known color: Dark Violet. HEX triplet: 7D, 02 and BC. RGB value is (125,2,188). Sum of RGB (Red+Green+Blue) = 125+2+188=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D02BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D02BC is #82FD43. Grayscale: #3B3B3B. Windows color (decimal): -8584516 or 12321405. OLE color: 12321405.
HSL color Cylindrical-coordinate representation of color #7D02BC: hue angle of 279.68º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D02BC is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 2 | 188 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.26 |
| HSL | 279.68º | 0.98% | 0.37% | - |
| HSV(B) | 279.68º | 0.99% | 0.74% | - |
| XYZ | 17.56 | 8.03 | 48.2 | - |
| YUV | 59.98 | 200.25 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 2 | 188 | 0.34 | 0.99 | 0 | 0.26 | 279.68 | 0.98 | 0.37 |
| Hex | 7D | 2 | BC | 22 | 63 | 0 | 1A | 118 | 62 | 25 |
| Octal | 175 | 2 | 274 | 42 | 143 | 0 | 32 | 430 | 142 | 45 |
| Binary | 1111101 | 10 | 10111100 | 100010 | 1100011 | 0 | 11010 | 100011000 | 1100010 | 100101 |
Color Harmonies of #7D02BC
Complementary color
Monochromatic Colors of #7D02BC
Black with #7D02BC
Text Example
Text Example
White with #7D02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D02BC; }
p { color: rgb(125,2,188); }
H1.HeaderClassName
{
color: #7D02BC;
}
.AnyTagClassName
{
color: #7D02BC;
}
</style>
background-color css
<style>
a { background-color: #7D02BC; }
a { background-color: rgb(125,2,188); }
div.DivClassName
{
background-color: #7D02BC;
}
.BgClassName
{
background-color: #7D02BC;
}
</style>
border-color css
<style>
span { border-color: #7D02BC; }
span { border-color: rgb(125,2,188); }
td.TdClassName
{
border-color: #7D02BC;
}
.TagClassName
{
border-color: #7D02BC;
}
</style>