Shades of Blue Violet #7D14EE
Tints of Blue Violet #7D14EE
RGB
CMYK
RGB Variations
Color information
#7D14EE (or 0x7D14EE) is known color: Blue Violet. HEX triplet: 7D, 14 and EE. RGB value is (125,20,238). Sum of RGB (Red+Green+Blue) = 125+20+238=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D14EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D14EE is #82EB11. Grayscale: #4B4B4B. Windows color (decimal): -8579858 or 15602813. OLE color: 15602813.
HSL color Cylindrical-coordinate representation of color #7D14EE: hue angle of 268.9º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D14EE is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 20 | 238 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.07 |
| HSL | 268.9º | 0.87% | 0.51% | - |
| HSV(B) | 268.9º | 0.92% | 0.93% | - |
| XYZ | 24.14 | 11.03 | 81.75 | - |
| YUV | 76.25 | 219.29 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 20 | 238 | 0.47 | 0.92 | 0 | 0.07 | 268.9 | 0.87 | 0.51 |
| Hex | 7D | 14 | EE | 2F | 5C | 0 | 7 | 10D | 57 | 33 |
| Octal | 175 | 24 | 356 | 57 | 134 | 0 | 7 | 415 | 127 | 63 |
| Binary | 1111101 | 10100 | 11101110 | 101111 | 1011100 | 0 | 111 | 100001101 | 1010111 | 110011 |
Color Harmonies of #7D14EE
Complementary color
Monochromatic Colors of #7D14EE
Black with #7D14EE
Text Example
Text Example
White with #7D14EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D14EE; }
p { color: rgb(125,20,238); }
H1.HeaderClassName
{
color: #7D14EE;
}
.AnyTagClassName
{
color: #7D14EE;
}
</style>
background-color css
<style>
a { background-color: #7D14EE; }
a { background-color: rgb(125,20,238); }
div.DivClassName
{
background-color: #7D14EE;
}
.BgClassName
{
background-color: #7D14EE;
}
</style>
border-color css
<style>
span { border-color: #7D14EE; }
span { border-color: rgb(125,20,238); }
td.TdClassName
{
border-color: #7D14EE;
}
.TagClassName
{
border-color: #7D14EE;
}
</style>