#120349

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

Shades of Violent Violet #120349

Tints of Violent Violet #120349

Color information

#120349 (or 0x120349) is unknown color: approx Violent Violet. HEX triplet: 12, 03 and 49. RGB value is (18,3,73). Sum of RGB (Red+Green+Blue) = 18+3+73=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 73 (28.91% from 255 or 77.66% from 94); Max value from RGB is 73 - color contains mainly: blue. Hex color #120349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120349 is #EDFCB6. Grayscale: #0F0F0F. Windows color (decimal): -15596727 or 4784914. OLE color: 4784914.

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

Color convert

RGB18373-
CMYK0.750.9600.71
HSL252.86º92.11%14.9%-
HSV(B)252.86º95.89%28.63%-
XYZ1.480.676.36-
YUV15.46160.47129.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 73 (28.91% from 255) = 77.66%
R=19.15%
G=3.19%
B=77.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal183730.750.9600.71252.8692.1114.9
Hex123494B60047fd5cf
Octal223111113140010737513417
Binary1001011100100110010111100000010001111111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120349; }

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

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

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

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

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

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

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

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