#140347

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

Shades of Violent Violet #140347

Tints of Violent Violet #140347

Color information

#140347 (or 0x140347) is unknown color: approx Violent Violet. HEX triplet: 14, 03 and 47. RGB value is (20,3,71). Sum of RGB (Red+Green+Blue) = 20+3+71=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 71 (28.12% from 255 or 75.53% from 94); Max value from RGB is 71 - color contains mainly: blue. Hex color #140347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140347 is #EBFCB8. Grayscale: #0F0F0F. Windows color (decimal): -15465657 or 4653844. OLE color: 4653844.

HSL color Cylindrical-coordinate representation of color #140347: hue angle of 255º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140347 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB20371-
CMYK0.720.9600.72
HSL255º91.89%14.51%-
HSV(B)255º95.77%27.84%-
XYZ1.460.676.01-
YUV15.84159.13130.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 71 (28.12% from 255) = 75.53%
R=21.28%
G=3.19%
B=75.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal203710.720.9600.7225591.8914.51
Hex143474860048ff5cf
Octal243107110140011037713417
Binary1010011100011110010001100000010010001111111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140347; }

 p { color: rgb(20,3,71); }

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

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

 a { background-color: rgb(20,3,71); }

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

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

 span { border-color: rgb(20,3,71); }

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