Shades of Blue Violet #7F14DF
Tints of Blue Violet #7F14DF
RGB
CMYK
RGB Variations
Color information
#7F14DF (or 0x7F14DF) is known color: Blue Violet. HEX triplet: 7F, 14 and DF. RGB value is (127,20,223). Sum of RGB (Red+Green+Blue) = 127+20+223=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F14DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F14DF is #80EB20. Grayscale: #4A4A4A. Windows color (decimal): -8448801 or 14619775. OLE color: 14619775.
HSL color Cylindrical-coordinate representation of color #7F14DF: hue angle of 271.63º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F14DF is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 20 | 223 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.13 |
| HSL | 271.63º | 0.84% | 0.48% | - |
| HSV(B) | 271.63º | 0.91% | 0.87% | - |
| XYZ | 22.32 | 10.34 | 70.63 | - |
| YUV | 75.14 | 211.45 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 223 | 0.43 | 0.91 | 0 | 0.13 | 271.63 | 0.84 | 0.48 |
| Hex | 7F | 14 | DF | 2B | 5B | 0 | D | 110 | 54 | 30 |
| Octal | 177 | 24 | 337 | 53 | 133 | 0 | 15 | 420 | 124 | 60 |
| Binary | 1111111 | 10100 | 11011111 | 101011 | 1011011 | 0 | 1101 | 100010000 | 1010100 | 110000 |
Color Harmonies of #7F14DF
Complementary color
Monochromatic Colors of #7F14DF
Black with #7F14DF
Text Example
Text Example
White with #7F14DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F14DF; }
p { color: rgb(127,20,223); }
H1.HeaderClassName
{
color: #7F14DF;
}
.AnyTagClassName
{
color: #7F14DF;
}
</style>
background-color css
<style>
a { background-color: #7F14DF; }
a { background-color: rgb(127,20,223); }
div.DivClassName
{
background-color: #7F14DF;
}
.BgClassName
{
background-color: #7F14DF;
}
</style>
border-color css
<style>
span { border-color: #7F14DF; }
span { border-color: rgb(127,20,223); }
td.TdClassName
{
border-color: #7F14DF;
}
.TagClassName
{
border-color: #7F14DF;
}
</style>