#14014C

Color #14014C Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #14014C

Tints of Violent Violet #14014C

Color information

#14014C (or 0x14014C) is unknown color: approx Violent Violet. HEX triplet: 14, 01 and 4C. RGB value is (20,1,76). Sum of RGB (Red+Green+Blue) = 20+1+76=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 76 (30.08% from 255 or 78.35% from 97); Max value from RGB is 76 - color contains mainly: blue. Hex color #14014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14014C is #EBFEB3. Grayscale: #0E0E0E. Windows color (decimal): -15466164 or 4981012. OLE color: 4981012.

HSL color Cylindrical-coordinate representation of color #14014C: hue angle of 255.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14014C is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB20176-
CMYK0.740.9900.70
HSL255.2º97.4%15.1%-
HSV(B)255.2º98.68%29.8%-
XYZ1.60.696.89-
YUV15.23162.29131.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 76 (30.08% from 255) = 78.35%
R=20.62%
G=1.03%
B=78.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal201760.740.9900.70255.297.415.1
Hex1414C4A63046ff61f
Octal241114112143010637714117
Binary101001100110010010101100011010001101111111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14014C; }

 p { color: rgb(20,1,76); }

 H1.HeaderClassName
 {
   color: #14014C;
 }
 .AnyTagClassName
 {
   color: #14014C;
 }
</style>
background-color css

<style>
 a { background-color: #14014C; }

 a { background-color: rgb(20,1,76); }

 div.DivClassName
 {
   background-color: #14014C;
 }
 .BgClassName
 {
   background-color: #14014C;
 }
</style>
border-color css

<style>
 span { border-color: #14014C; }

 span { border-color: rgb(20,1,76); }

 td.TdClassName
 {
   border-color: #14014C;
 }
 .TagClassName
 {
   border-color: #14014C;
 }
</style>