#140640

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

Shades of Violent Violet #140640

Tints of Violent Violet #140640

Color information

#140640 (or 0x140640) is unknown color: approx Violent Violet. HEX triplet: 14, 06 and 40. RGB value is (20,6,64). Sum of RGB (Red+Green+Blue) = 20+6+64=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 64 (25.39% from 255 or 71.11% from 90); Max value from RGB is 64 - color contains mainly: blue. Hex color #140640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140640 is #EBF9BF. Grayscale: #101010. Windows color (decimal): -15464896 or 4195860. OLE color: 4195860.

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

Color convert

RGB20664-
CMYK0.690.9100.75
HSL254.48º82.86%13.73%-
HSV(B)254.48º90.62%25.1%-
XYZ1.280.654.91-
YUV16.8154.64130.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.22%
GREEN value IS 6 (2.73% from 255) = 6.67%
BLUE value IS 64 (25.39% from 255) = 71.11%
R=22.22%
G=6.67%
B=71.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal206640.690.9100.75254.4882.8613.73
Hex14640455B04Bfe53e
Octal246100105133011337612316
Binary10100110100000010001011011011010010111111111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140640; }

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

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

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

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

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

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

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

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