Shades of Dark Violet #7D03CA
Tints of Dark Violet #7D03CA
RGB
CMYK
RGB Variations
Color information
#7D03CA (or 0x7D03CA) is known color: Dark Violet. HEX triplet: 7D, 03 and CA. RGB value is (125,3,202). Sum of RGB (Red+Green+Blue) = 125+3+202=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D03CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D03CA is #82FC35. Grayscale: #3D3D3D. Windows color (decimal): -8584246 or 13239165. OLE color: 13239165.
HSL color Cylindrical-coordinate representation of color #7D03CA: hue angle of 276.78º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D03CA is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 3 | 202 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.21 |
| HSL | 276.78º | 0.97% | 0.4% | - |
| HSV(B) | 276.78º | 0.99% | 0.79% | - |
| XYZ | 19.15 | 8.69 | 56.54 | - |
| YUV | 62.16 | 206.92 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 3 | 202 | 0.38 | 0.99 | 0 | 0.21 | 276.78 | 0.97 | 0.4 |
| Hex | 7D | 3 | CA | 26 | 63 | 0 | 15 | 115 | 61 | 28 |
| Octal | 175 | 3 | 312 | 46 | 143 | 0 | 25 | 425 | 141 | 50 |
| Binary | 1111101 | 11 | 11001010 | 100110 | 1100011 | 0 | 10101 | 100010101 | 1100001 | 101000 |
Color Harmonies of #7D03CA
Complementary color
Monochromatic Colors of #7D03CA
Black with #7D03CA
Text Example
Text Example
White with #7D03CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D03CA; }
p { color: rgb(125,3,202); }
H1.HeaderClassName
{
color: #7D03CA;
}
.AnyTagClassName
{
color: #7D03CA;
}
</style>
background-color css
<style>
a { background-color: #7D03CA; }
a { background-color: rgb(125,3,202); }
div.DivClassName
{
background-color: #7D03CA;
}
.BgClassName
{
background-color: #7D03CA;
}
</style>
border-color css
<style>
span { border-color: #7D03CA; }
span { border-color: rgb(125,3,202); }
td.TdClassName
{
border-color: #7D03CA;
}
.TagClassName
{
border-color: #7D03CA;
}
</style>