#120140

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

Shades of Violent Violet #120140

Tints of Violent Violet #120140

Color information

#120140 (or 0x120140) is unknown color: approx Violent Violet. HEX triplet: 12, 01 and 40. RGB value is (18,1,64). Sum of RGB (Red+Green+Blue) = 18+1+64=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 64 (25.39% from 255 or 77.11% from 83); Max value from RGB is 64 - color contains mainly: blue. Hex color #120140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120140 is #EDFEBF. Grayscale: #0D0D0D. Windows color (decimal): -15597248 or 4194578. OLE color: 4194578.

HSL color Cylindrical-coordinate representation of color #120140: hue angle of 256.19º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120140 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB18164-
CMYK0.720.9800.75
HSL256.19º96.92%12.75%-
HSV(B)256.19º98.44%25.1%-
XYZ1.190.524.89-
YUV13.26156.63131.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 1 (0.78% from 255) = 1.20%
BLUE value IS 64 (25.39% from 255) = 77.11%
R=21.69%
G=1.20%
B=77.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal181640.720.9800.75256.1996.9212.75
Hex12140486204B10061d
Octal221100110142011340014115
Binary1001011000000100100011000100100101110000000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120140; }

 p { color: rgb(18,1,64); }

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

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

 a { background-color: rgb(18,1,64); }

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

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

 span { border-color: rgb(18,1,64); }

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