Shades of Dark Violet #7F03D0
Tints of Dark Violet #7F03D0
RGB
CMYK
RGB Variations
Color information
#7F03D0 (or 0x7F03D0) is known color: Dark Violet. HEX triplet: 7F, 03 and D0. RGB value is (127,3,208). Sum of RGB (Red+Green+Blue) = 127+3+208=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #7F03D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F03D0 is #80FC2F. Grayscale: #3E3E3E. Windows color (decimal): -8453168 or 13632383. OLE color: 13632383.
HSL color Cylindrical-coordinate representation of color #7F03D0: hue angle of 276.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F03D0 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 3 | 208 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.18 |
| HSL | 276.29º | 0.97% | 0.41% | - |
| HSV(B) | 276.29º | 0.99% | 0.82% | - |
| XYZ | 20.17 | 9.13 | 60.37 | - |
| YUV | 63.45 | 209.58 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 208 | 0.39 | 0.99 | 0 | 0.18 | 276.29 | 0.97 | 0.41 |
| Hex | 7F | 3 | D0 | 27 | 63 | 0 | 12 | 114 | 61 | 29 |
| Octal | 177 | 3 | 320 | 47 | 143 | 0 | 22 | 424 | 141 | 51 |
| Binary | 1111111 | 11 | 11010000 | 100111 | 1100011 | 0 | 10010 | 100010100 | 1100001 | 101001 |
Color Harmonies of #7F03D0
Complementary color
Monochromatic Colors of #7F03D0
Black with #7F03D0
Text Example
Text Example
White with #7F03D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F03D0; }
p { color: rgb(127,3,208); }
H1.HeaderClassName
{
color: #7F03D0;
}
.AnyTagClassName
{
color: #7F03D0;
}
</style>
background-color css
<style>
a { background-color: #7F03D0; }
a { background-color: rgb(127,3,208); }
div.DivClassName
{
background-color: #7F03D0;
}
.BgClassName
{
background-color: #7F03D0;
}
</style>
border-color css
<style>
span { border-color: #7F03D0; }
span { border-color: rgb(127,3,208); }
td.TdClassName
{
border-color: #7F03D0;
}
.TagClassName
{
border-color: #7F03D0;
}
</style>