Shades of Violent Violet #140340
Tints of Violent Violet #140340
RGB
CMYK
RGB Variations
Color information
#140340 (or 0x140340) is known color: Violent Violet. HEX triplet: 14, 03 and 40. RGB value is (20,3,64). Sum of RGB (Red+Green+Blue) = 20+3+64=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 64 (25.39% from 255 or 73.56% from 87); Max value from RGB is 64 - color contains mainly: blue. Hex color #140340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140340 is #EBFCBF. Grayscale: #0E0E0E. Windows color (decimal): -15465664 or 4195092. OLE color: 4195092.
HSL color Cylindrical-coordinate representation of color #140340: hue angle of 256.72º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140340 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 3 | 64 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.75 |
| HSL | 256.72º | 0.91% | 0.13% | - |
| HSV(B) | 256.72º | 0.95% | 0.25% | - |
| XYZ | 1.25 | 0.58 | 4.9 | - |
| YUV | 15.04 | 155.63 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 64 | 0.69 | 0.95 | 0 | 0.75 | 256.72 | 0.91 | 0.13 |
| Hex | 14 | 3 | 40 | 45 | 5F | 0 | 4B | 101 | 5B | D |
| Octal | 24 | 3 | 100 | 105 | 137 | 0 | 113 | 401 | 133 | 15 |
| Binary | 10100 | 11 | 1000000 | 1000101 | 1011111 | 0 | 1001011 | 100000001 | 1011011 | 1101 |
Color Harmonies of #140340
Complementary color
Monochromatic Colors of #140340
Black with #140340
Text Example
Text Example
White with #140340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140340; }
p { color: rgb(20,3,64); }
H1.HeaderClassName
{
color: #140340;
}
.AnyTagClassName
{
color: #140340;
}
</style>
background-color css
<style>
a { background-color: #140340; }
a { background-color: rgb(20,3,64); }
div.DivClassName
{
background-color: #140340;
}
.BgClassName
{
background-color: #140340;
}
</style>
border-color css
<style>
span { border-color: #140340; }
span { border-color: rgb(20,3,64); }
td.TdClassName
{
border-color: #140340;
}
.TagClassName
{
border-color: #140340;
}
</style>