#140446

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

Shades of Violent Violet #140446

Tints of Violent Violet #140446

Color information

#140446 (or 0x140446) is unknown color: approx Violent Violet. HEX triplet: 14, 04 and 46. RGB value is (20,4,70). Sum of RGB (Red+Green+Blue) = 20+4+70=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 70 (27.73% from 255 or 74.47% from 94); Max value from RGB is 70 - color contains mainly: blue. Hex color #140446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140446 is #EBFBB9. Grayscale: #101010. Windows color (decimal): -15465402 or 4588564. OLE color: 4588564.

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

Color convert

RGB20470-
CMYK0.710.9400.73
HSL254.55º89.19%14.51%-
HSV(B)254.55º94.29%27.45%-
XYZ1.440.685.85-
YUV16.31158.3130.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 4 (1.95% from 255) = 4.26%
BLUE value IS 70 (27.73% from 255) = 74.47%
R=21.28%
G=4.26%
B=74.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal204700.710.9400.73254.5589.1914.51
Hex14446475E049ff59f
Octal244106107136011137713117
Binary10100100100011010001111011110010010011111111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140446; }

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

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

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

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

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

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

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

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