Shades of Dark Violet #7F14BC
Tints of Dark Violet #7F14BC
RGB
CMYK
RGB Variations
Color information
#7F14BC (or 0x7F14BC) is known color: Dark Violet. HEX triplet: 7F, 14 and BC. RGB value is (127,20,188). Sum of RGB (Red+Green+Blue) = 127+20+188=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F14BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F14BC is #80EB43. Grayscale: #464646. Windows color (decimal): -8448836 or 12326015. OLE color: 12326015.
HSL color Cylindrical-coordinate representation of color #7F14BC: hue angle of 278.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F14BC is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 20 | 188 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.26 |
| HSL | 278.21º | 0.81% | 0.41% | - |
| HSV(B) | 278.21º | 0.89% | 0.74% | - |
| XYZ | 18.08 | 8.64 | 48.29 | - |
| YUV | 71.15 | 193.95 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 188 | 0.32 | 0.89 | 0 | 0.26 | 278.21 | 0.81 | 0.41 |
| Hex | 7F | 14 | BC | 20 | 59 | 0 | 1A | 116 | 51 | 29 |
| Octal | 177 | 24 | 274 | 40 | 131 | 0 | 32 | 426 | 121 | 51 |
| Binary | 1111111 | 10100 | 10111100 | 100000 | 1011001 | 0 | 11010 | 100010110 | 1010001 | 101001 |
Color Harmonies of #7F14BC
Complementary color
Monochromatic Colors of #7F14BC
Black with #7F14BC
Text Example
Text Example
White with #7F14BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F14BC; }
p { color: rgb(127,20,188); }
H1.HeaderClassName
{
color: #7F14BC;
}
.AnyTagClassName
{
color: #7F14BC;
}
</style>
background-color css
<style>
a { background-color: #7F14BC; }
a { background-color: rgb(127,20,188); }
div.DivClassName
{
background-color: #7F14BC;
}
.BgClassName
{
background-color: #7F14BC;
}
</style>
border-color css
<style>
span { border-color: #7F14BC; }
span { border-color: rgb(127,20,188); }
td.TdClassName
{
border-color: #7F14BC;
}
.TagClassName
{
border-color: #7F14BC;
}
</style>