Shades of Dark Violet #7D0BCA
Tints of Dark Violet #7D0BCA
RGB
CMYK
RGB Variations
Color information
#7D0BCA (or 0x7D0BCA) is known color: Dark Violet. HEX triplet: 7D, 0B and CA. RGB value is (125,11,202). Sum of RGB (Red+Green+Blue) = 125+11+202=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D0BCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0BCA is #82F435. Grayscale: #424242. Windows color (decimal): -8582198 or 13241213. OLE color: 13241213.
HSL color Cylindrical-coordinate representation of color #7D0BCA: hue angle of 275.81º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0BCA is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 11 | 202 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.21 |
| HSL | 275.81º | 0.9% | 0.42% | - |
| HSV(B) | 275.81º | 0.95% | 0.79% | - |
| XYZ | 19.24 | 8.86 | 56.57 | - |
| YUV | 66.86 | 204.27 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 202 | 0.38 | 0.95 | 0 | 0.21 | 275.81 | 0.9 | 0.42 |
| Hex | 7D | B | CA | 26 | 5F | 0 | 15 | 114 | 5A | 2A |
| Octal | 175 | 13 | 312 | 46 | 137 | 0 | 25 | 424 | 132 | 52 |
| Binary | 1111101 | 1011 | 11001010 | 100110 | 1011111 | 0 | 10101 | 100010100 | 1011010 | 101010 |
Color Harmonies of #7D0BCA
Complementary color
Monochromatic Colors of #7D0BCA
Black with #7D0BCA
Text Example
Text Example
White with #7D0BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0BCA; }
p { color: rgb(125,11,202); }
H1.HeaderClassName
{
color: #7D0BCA;
}
.AnyTagClassName
{
color: #7D0BCA;
}
</style>
background-color css
<style>
a { background-color: #7D0BCA; }
a { background-color: rgb(125,11,202); }
div.DivClassName
{
background-color: #7D0BCA;
}
.BgClassName
{
background-color: #7D0BCA;
}
</style>
border-color css
<style>
span { border-color: #7D0BCA; }
span { border-color: rgb(125,11,202); }
td.TdClassName
{
border-color: #7D0BCA;
}
.TagClassName
{
border-color: #7D0BCA;
}
</style>