#120142

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

Shades of Violent Violet #120142

Tints of Violent Violet #120142

Color information

#120142 (or 0x120142) is unknown color: approx Violent Violet. HEX triplet: 12, 01 and 42. RGB value is (18,1,66). Sum of RGB (Red+Green+Blue) = 18+1+66=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 66 (26.17% from 255 or 77.65% from 85); Max value from RGB is 66 - color contains mainly: blue. Hex color #120142 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120142 is #EDFEBD. Grayscale: #0D0D0D. Windows color (decimal): -15597246 or 4325650. OLE color: 4325650.

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

Color convert

RGB18166-
CMYK0.730.9800.74
HSL255.69º97.01%13.14%-
HSV(B)255.69º98.48%25.88%-
XYZ1.240.545.19-
YUV13.49157.63131.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 66 (26.17% from 255) = 77.65%
R=21.18%
G=1.18%
B=77.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal181660.730.9800.74255.6997.0113.14
Hex12142496204A10061d
Octal221102111142011240014115
Binary1001011000010100100111000100100101010000000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120142; }

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

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

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

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

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

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

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

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