#140447

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

Shades of Violent Violet #140447

Tints of Violent Violet #140447

Color information

#140447 (or 0x140447) is unknown color: approx Violent Violet. HEX triplet: 14, 04 and 47. RGB value is (20,4,71). Sum of RGB (Red+Green+Blue) = 20+4+71=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 71 (28.12% from 255 or 74.74% from 95); Max value from RGB is 71 - color contains mainly: blue. Hex color #140447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140447 is #EBFBB8. Grayscale: #101010. Windows color (decimal): -15465401 or 4654100. OLE color: 4654100.

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

Color convert

RGB20471-
CMYK0.720.9400.72
HSL254.33º89.33%14.71%-
HSV(B)254.33º94.37%27.84%-
XYZ1.470.696.02-
YUV16.42158.8130.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.05%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 71 (28.12% from 255) = 74.74%
R=21.05%
G=4.21%
B=74.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal204710.720.9400.72254.3389.3314.71
Hex14447485E048fe59f
Octal244107110136011037613117
Binary10100100100011110010001011110010010001111111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140447; }

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

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

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

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

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

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

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

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