Shades of Blue Violet #7C14CF
Tints of Blue Violet #7C14CF
RGB
CMYK
RGB Variations
Color information
#7C14CF (or 0x7C14CF) is known color: Blue Violet. HEX triplet: 7C, 14 and CF. RGB value is (124,20,207). Sum of RGB (Red+Green+Blue) = 124+20+207=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C14CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C14CF is #83EB30. Grayscale: #474747. Windows color (decimal): -8645425 or 13571196. OLE color: 13571196.
HSL color Cylindrical-coordinate representation of color #7C14CF: hue angle of 273.37º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C14CF is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 20 | 207 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.19 |
| HSL | 273.37º | 0.82% | 0.45% | - |
| HSV(B) | 273.37º | 0.9% | 0.81% | - |
| XYZ | 19.82 | 9.29 | 59.78 | - |
| YUV | 72.41 | 203.96 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 20 | 207 | 0.40 | 0.90 | 0 | 0.19 | 273.37 | 0.82 | 0.45 |
| Hex | 7C | 14 | CF | 28 | 5A | 0 | 13 | 111 | 52 | 2D |
| Octal | 174 | 24 | 317 | 50 | 132 | 0 | 23 | 421 | 122 | 55 |
| Binary | 1111100 | 10100 | 11001111 | 101000 | 1011010 | 0 | 10011 | 100010001 | 1010010 | 101101 |
Color Harmonies of #7C14CF
Complementary color
Monochromatic Colors of #7C14CF
Black with #7C14CF
Text Example
Text Example
White with #7C14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C14CF; }
p { color: rgb(124,20,207); }
H1.HeaderClassName
{
color: #7C14CF;
}
.AnyTagClassName
{
color: #7C14CF;
}
</style>
background-color css
<style>
a { background-color: #7C14CF; }
a { background-color: rgb(124,20,207); }
div.DivClassName
{
background-color: #7C14CF;
}
.BgClassName
{
background-color: #7C14CF;
}
</style>
border-color css
<style>
span { border-color: #7C14CF; }
span { border-color: rgb(124,20,207); }
td.TdClassName
{
border-color: #7C14CF;
}
.TagClassName
{
border-color: #7C14CF;
}
</style>