Shades of Blue Violet #7C14DC
Tints of Blue Violet #7C14DC
RGB
CMYK
RGB Variations
Color information
#7C14DC (or 0x7C14DC) is known color: Blue Violet. HEX triplet: 7C, 14 and DC. RGB value is (124,20,220). Sum of RGB (Red+Green+Blue) = 124+20+220=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C14DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C14DC is #83EB23. Grayscale: #494949. Windows color (decimal): -8645412 or 14423164. OLE color: 14423164.
HSL color Cylindrical-coordinate representation of color #7C14DC: hue angle of 271.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C14DC is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 20 | 220 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.14 |
| HSL | 271.2º | 0.83% | 0.47% | - |
| HSV(B) | 271.2º | 0.91% | 0.86% | - |
| XYZ | 21.48 | 9.95 | 68.5 | - |
| YUV | 73.9 | 210.46 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 20 | 220 | 0.44 | 0.91 | 0 | 0.14 | 271.2 | 0.83 | 0.47 |
| Hex | 7C | 14 | DC | 2C | 5B | 0 | E | 10F | 53 | 2F |
| Octal | 174 | 24 | 334 | 54 | 133 | 0 | 16 | 417 | 123 | 57 |
| Binary | 1111100 | 10100 | 11011100 | 101100 | 1011011 | 0 | 1110 | 100001111 | 1010011 | 101111 |
Color Harmonies of #7C14DC
Complementary color
Monochromatic Colors of #7C14DC
Black with #7C14DC
Text Example
Text Example
White with #7C14DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C14DC; }
p { color: rgb(124,20,220); }
H1.HeaderClassName
{
color: #7C14DC;
}
.AnyTagClassName
{
color: #7C14DC;
}
</style>
background-color css
<style>
a { background-color: #7C14DC; }
a { background-color: rgb(124,20,220); }
div.DivClassName
{
background-color: #7C14DC;
}
.BgClassName
{
background-color: #7C14DC;
}
</style>
border-color css
<style>
span { border-color: #7C14DC; }
span { border-color: rgb(124,20,220); }
td.TdClassName
{
border-color: #7C14DC;
}
.TagClassName
{
border-color: #7C14DC;
}
</style>