#14013E

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

Shades of Violent Violet #14013E

Tints of Violent Violet #14013E

Color information

#14013E (or 0x14013E) is unknown color: approx Violent Violet. HEX triplet: 14, 01 and 3E. RGB value is (20,1,62). Sum of RGB (Red+Green+Blue) = 20+1+62=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 62 (24.61% from 255 or 74.70% from 83); Max value from RGB is 62 - color contains mainly: blue. Hex color #14013E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14013E is #EBFEC1. Grayscale: #0D0D0D. Windows color (decimal): -15466178 or 4063508. OLE color: 4063508.

HSL color Cylindrical-coordinate representation of color #14013E: hue angle of 258.69º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14013E is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB20162-
CMYK0.680.9800.76
HSL258.69º96.83%12.35%-
HSV(B)258.69º98.39%24.31%-
XYZ1.170.524.6-
YUV13.64155.29132.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 1 (0.78% from 255) = 1.20%
BLUE value IS 62 (24.61% from 255) = 74.70%
R=24.10%
G=1.20%
B=74.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal201620.680.9800.76258.6996.8312.35
Hex1413E446204C10361c
Octal24176104142011440314114
Binary101001111110100010011000100100110010000001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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