#140540

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

Shades of Violent Violet #140540

Tints of Violent Violet #140540

Color information

#140540 (or 0x140540) is unknown color: approx Violent Violet. HEX triplet: 14, 05 and 40. RGB value is (20,5,64). Sum of RGB (Red+Green+Blue) = 20+5+64=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 64 (25.39% from 255 or 71.91% from 89); Max value from RGB is 64 - color contains mainly: blue. Hex color #140540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140540 is #EBFABF. Grayscale: #0F0F0F. Windows color (decimal): -15465152 or 4195604. OLE color: 4195604.

HSL color Cylindrical-coordinate representation of color #140540: hue angle of 255.25º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140540 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB20564-
CMYK0.690.9200.75
HSL255.25º85.51%13.53%-
HSV(B)255.25º92.19%25.1%-
XYZ1.270.634.9-
YUV16.21154.97130.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 64 (25.39% from 255) = 71.91%
R=22.47%
G=5.62%
B=71.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal205640.690.9200.75255.2585.5113.53
Hex14540455C04Bff56e
Octal245100105134011337712616
Binary10100101100000010001011011100010010111111111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140540; }

 p { color: rgb(20,5,64); }

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

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

 a { background-color: rgb(20,5,64); }

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

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

 span { border-color: rgb(20,5,64); }

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