Shades of Violent Violet #14003F
Tints of Violent Violet #14003F
RGB
CMYK
RGB Variations
Color information
#14003F (or 0x14003F) is known color: Violent Violet. HEX triplet: 14, 00 and 3F. RGB value is (20,0,63). Sum of RGB (Red+Green+Blue) = 20+0+63=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 63 (25% from 255 or 75.90% from 83); Max value from RGB is 63 - color contains mainly: blue. Hex color #14003F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14003F is #EBFFC0. Grayscale: #0C0C0C. Windows color (decimal): -15466433 or 4128788. OLE color: 4128788.
HSL color Cylindrical-coordinate representation of color #14003F: hue angle of 259.05º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14003F is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 0 | 63 | - |
| CMYK | 0.68 | 1 | 0 | 0.75 |
| HSL | 259.05º | 1% | 0.12% | - |
| HSV(B) | 259.05º | 1% | 0.25% | - |
| XYZ | 1.19 | 0.51 | 4.74 | - |
| YUV | 13.16 | 156.13 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 63 | 0.68 | 1 | 0 | 0.75 | 259.05 | 1 | 0.12 |
| Hex | 14 | 0 | 3F | 44 | 64 | 0 | 4B | 103 | 64 | C |
| Octal | 24 | 0 | 77 | 104 | 144 | 0 | 113 | 403 | 144 | 14 |
| Binary | 10100 | 0 | 111111 | 1000100 | 1100100 | 0 | 1001011 | 100000011 | 1100100 | 1100 |
Color Harmonies of #14003F
Complementary color
Monochromatic Colors of #14003F
Black with #14003F
Text Example
Text Example
White with #14003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14003F; }
p { color: rgb(20,0,63); }
H1.HeaderClassName
{
color: #14003F;
}
.AnyTagClassName
{
color: #14003F;
}
</style>
background-color css
<style>
a { background-color: #14003F; }
a { background-color: rgb(20,0,63); }
div.DivClassName
{
background-color: #14003F;
}
.BgClassName
{
background-color: #14003F;
}
</style>
border-color css
<style>
span { border-color: #14003F; }
span { border-color: rgb(20,0,63); }
td.TdClassName
{
border-color: #14003F;
}
.TagClassName
{
border-color: #14003F;
}
</style>