#14004E

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

Shades of Violent Violet #14004E

Tints of Violent Violet #14004E

Color information

#14004E (or 0x14004E) is unknown color: approx Violent Violet. HEX triplet: 14, 00 and 4E. RGB value is (20,0,78). Sum of RGB (Red+Green+Blue) = 20+0+78=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #14004E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14004E is #EBFFB1. Grayscale: #0E0E0E. Windows color (decimal): -15466418 or 5111828. OLE color: 5111828.

HSL color Cylindrical-coordinate representation of color #14004E: hue angle of 255.38º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14004E is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB20078-
CMYK0.74100.69
HSL255.38º100%15.29%-
HSV(B)255.38º100%30.59%-
XYZ1.660.77.25-
YUV14.87163.63131.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 79.59%
R=20.41%
G=0%
B=79.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal200780.74100.69255.3810015.29
Hex1404E4A64045ff64f
Octal240116112144010537714417
Binary101000100111010010101100100010001011111111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14004E; }

 p { color: rgb(20,0,78); }

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

<style>
 a { background-color: #14004E; }

 a { background-color: rgb(20,0,78); }

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

<style>
 span { border-color: #14004E; }

 span { border-color: rgb(20,0,78); }

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