#120049

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

Shades of Violent Violet #120049

Tints of Violent Violet #120049

Color information

#120049 (or 0x120049) is unknown color: approx Violent Violet. HEX triplet: 12, 00 and 49. RGB value is (18,0,73). Sum of RGB (Red+Green+Blue) = 18+0+73=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 73 (28.91% from 255 or 80.22% from 91); Max value from RGB is 73 - color contains mainly: blue. Hex color #120049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120049 is #EDFFB6. Grayscale: #0D0D0D. Windows color (decimal): -15597495 or 4784146. OLE color: 4784146.

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

Color convert

RGB18073-
CMYK0.75100.71
HSL254.79º100%14.31%-
HSV(B)254.79º100%28.63%-
XYZ1.450.616.34-
YUV13.7161.46131.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 73 (28.91% from 255) = 80.22%
R=19.78%
G=0%
B=80.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal180730.75100.71254.7910014.31
Hex120494B64047ff64e
Octal220111113144010737714416
Binary100100100100110010111100100010001111111111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120049; }

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

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

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

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

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

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

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

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