Shades of Dark Violet #7F14CC
Tints of Dark Violet #7F14CC
RGB
CMYK
RGB Variations
Color information
#7F14CC (or 0x7F14CC) is known color: Dark Violet. HEX triplet: 7F, 14 and CC. RGB value is (127,20,204). Sum of RGB (Red+Green+Blue) = 127+20+204=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F14CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F14CC is #80EB33. Grayscale: #484848. Windows color (decimal): -8448820 or 13374591. OLE color: 13374591.
HSL color Cylindrical-coordinate representation of color #7F14CC: hue angle of 274.89º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F14CC is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 20 | 204 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.2 |
| HSL | 274.89º | 0.82% | 0.44% | - |
| HSV(B) | 274.89º | 0.9% | 0.8% | - |
| XYZ | 19.9 | 9.37 | 57.89 | - |
| YUV | 72.97 | 201.95 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 204 | 0.38 | 0.90 | 0 | 0.2 | 274.89 | 0.82 | 0.44 |
| Hex | 7F | 14 | CC | 26 | 5A | 0 | 14 | 113 | 52 | 2C |
| Octal | 177 | 24 | 314 | 46 | 132 | 0 | 24 | 423 | 122 | 54 |
| Binary | 1111111 | 10100 | 11001100 | 100110 | 1011010 | 0 | 10100 | 100010011 | 1010010 | 101100 |
Color Harmonies of #7F14CC
Complementary color
Monochromatic Colors of #7F14CC
Black with #7F14CC
Text Example
Text Example
White with #7F14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F14CC; }
p { color: rgb(127,20,204); }
H1.HeaderClassName
{
color: #7F14CC;
}
.AnyTagClassName
{
color: #7F14CC;
}
</style>
background-color css
<style>
a { background-color: #7F14CC; }
a { background-color: rgb(127,20,204); }
div.DivClassName
{
background-color: #7F14CC;
}
.BgClassName
{
background-color: #7F14CC;
}
</style>
border-color css
<style>
span { border-color: #7F14CC; }
span { border-color: rgb(127,20,204); }
td.TdClassName
{
border-color: #7F14CC;
}
.TagClassName
{
border-color: #7F14CC;
}
</style>