Shades of Violent Violet #14063F
Tints of Violent Violet #14063F
RGB
CMYK
RGB Variations
Color information
#14063F (or 0x14063F) is known color: Violent Violet. HEX triplet: 14, 06 and 3F. RGB value is (20,6,63). Sum of RGB (Red+Green+Blue) = 20+6+63=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 63 (25% from 255 or 70.79% from 89); Max value from RGB is 63 - color contains mainly: blue. Hex color #14063F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14063F is #EBF9C0. Grayscale: #101010. Windows color (decimal): -15464897 or 4130324. OLE color: 4130324.
HSL color Cylindrical-coordinate representation of color #14063F: hue angle of 254.74º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14063F is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 6 | 63 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.75 |
| HSL | 254.74º | 0.83% | 0.14% | - |
| HSV(B) | 254.74º | 0.9% | 0.25% | - |
| XYZ | 1.25 | 0.64 | 4.76 | - |
| YUV | 16.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 63 | 0.68 | 0.90 | 0 | 0.75 | 254.74 | 0.83 | 0.14 |
| Hex | 14 | 6 | 3F | 44 | 5A | 0 | 4B | FF | 53 | E |
| Octal | 24 | 6 | 77 | 104 | 132 | 0 | 113 | 377 | 123 | 16 |
| Binary | 10100 | 110 | 111111 | 1000100 | 1011010 | 0 | 1001011 | 11111111 | 1010011 | 1110 |
Color Harmonies of #14063F
Complementary color
Monochromatic Colors of #14063F
Black with #14063F
Text Example
Text Example
White with #14063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14063F; }
p { color: rgb(20,6,63); }
H1.HeaderClassName
{
color: #14063F;
}
.AnyTagClassName
{
color: #14063F;
}
</style>
background-color css
<style>
a { background-color: #14063F; }
a { background-color: rgb(20,6,63); }
div.DivClassName
{
background-color: #14063F;
}
.BgClassName
{
background-color: #14063F;
}
</style>
border-color css
<style>
span { border-color: #14063F; }
span { border-color: rgb(20,6,63); }
td.TdClassName
{
border-color: #14063F;
}
.TagClassName
{
border-color: #14063F;
}
</style>