#120240

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

Shades of Violent Violet #120240

Tints of Violent Violet #120240

Color information

#120240 (or 0x120240) is unknown color: approx Violent Violet. HEX triplet: 12, 02 and 40. RGB value is (18,2,64). Sum of RGB (Red+Green+Blue) = 18+2+64=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 64 (25.39% from 255 or 76.19% from 84); Max value from RGB is 64 - color contains mainly: blue. Hex color #120240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120240 is #EDFDBF. Grayscale: #0D0D0D. Windows color (decimal): -15596992 or 4194834. OLE color: 4194834.

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

Color convert

RGB18264-
CMYK0.720.9700.75
HSL255.48º93.94%12.94%-
HSV(B)255.48º96.88%25.1%-
XYZ1.20.544.89-
YUV13.85156.3130.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 64 (25.39% from 255) = 76.19%
R=21.43%
G=2.38%
B=76.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal182640.720.9700.75255.4893.9412.94
Hex12240486104Bff5ed
Octal222100110141011337713615
Binary1001010100000010010001100001010010111111111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120240; }

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

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

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

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

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

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

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

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