Shades of Violent Violet #140051
Tints of Violent Violet #140051
RGB
CMYK
RGB Variations
Color information
#140051 (or 0x140051) is known color: Violent Violet. HEX triplet: 14, 00 and 51. RGB value is (20,0,81). Sum of RGB (Red+Green+Blue) = 20+0+81=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 81 (32.03% from 255 or 80.20% from 101); Max value from RGB is 81 - color contains mainly: blue. Hex color #140051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140051 is #EBFFAE. Grayscale: #0E0E0E. Windows color (decimal): -15466415 or 5308436. OLE color: 5308436.
HSL color Cylindrical-coordinate representation of color #140051: hue angle of 254.81º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140051 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 0 | 81 | - |
| CMYK | 0.75 | 1 | 0 | 0.68 |
| HSL | 254.81º | 1% | 0.16% | - |
| HSV(B) | 254.81º | 1% | 0.32% | - |
| XYZ | 1.77 | 0.74 | 7.83 | - |
| YUV | 15.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 81 | 0.75 | 1 | 0 | 0.68 | 254.81 | 1 | 0.16 |
| Hex | 14 | 0 | 51 | 4B | 64 | 0 | 44 | FF | 64 | 10 |
| Octal | 24 | 0 | 121 | 113 | 144 | 0 | 104 | 377 | 144 | 20 |
| Binary | 10100 | 0 | 1010001 | 1001011 | 1100100 | 0 | 1000100 | 11111111 | 1100100 | 10000 |
Color Harmonies of #140051
Complementary color
Monochromatic Colors of #140051
Black with #140051
Text Example
Text Example
White with #140051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140051; }
p { color: rgb(20,0,81); }
H1.HeaderClassName
{
color: #140051;
}
.AnyTagClassName
{
color: #140051;
}
</style>
background-color css
<style>
a { background-color: #140051; }
a { background-color: rgb(20,0,81); }
div.DivClassName
{
background-color: #140051;
}
.BgClassName
{
background-color: #140051;
}
</style>
border-color css
<style>
span { border-color: #140051; }
span { border-color: rgb(20,0,81); }
td.TdClassName
{
border-color: #140051;
}
.TagClassName
{
border-color: #140051;
}
</style>