#120040

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

Shades of Violent Violet #120040

Tints of Violent Violet #120040

Color information

#120040 (or 0x120040) is unknown color: approx Violent Violet. HEX triplet: 12, 00 and 40. RGB value is (18,0,64). Sum of RGB (Red+Green+Blue) = 18+0+64=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 64 (25.39% from 255 or 78.05% from 82); Max value from RGB is 64 - color contains mainly: blue. Hex color #120040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120040 is #EDFFBF. Grayscale: #0C0C0C. Windows color (decimal): -15597504 or 4194322. OLE color: 4194322.

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

Color convert

RGB18064-
CMYK0.72100.75
HSL256.88º100%12.55%-
HSV(B)256.88º100%25.1%-
XYZ1.170.54.88-
YUV12.68156.96131.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 78.05%
R=21.95%
G=0%
B=78.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal180640.72100.75256.8810012.55
Hex12040486404B10164d
Octal220100110144011340114415
Binary1001001000000100100011001000100101110000000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120040; }

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

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

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

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

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

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

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

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