#120346

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

Shades of Violent Violet #120346

Tints of Violent Violet #120346

Color information

#120346 (or 0x120346) is unknown color: approx Violent Violet. HEX triplet: 12, 03 and 46. RGB value is (18,3,70). Sum of RGB (Red+Green+Blue) = 18+3+70=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 70 (27.73% from 255 or 76.92% from 91); Max value from RGB is 70 - color contains mainly: blue. Hex color #120346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120346 is #EDFCB9. Grayscale: #0E0E0E. Windows color (decimal): -15596730 or 4588306. OLE color: 4588306.

HSL color Cylindrical-coordinate representation of color #120346: hue angle of 253.43º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120346 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB18370-
CMYK0.740.9600.73
HSL253.43º91.78%14.31%-
HSV(B)253.43º95.71%27.45%-
XYZ1.390.645.84-
YUV15.12158.97130.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 70 (27.73% from 255) = 76.92%
R=19.78%
G=3.30%
B=76.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal183700.740.9600.73253.4391.7814.31
Hex123464A60049fd5ce
Octal223106112140011137513416
Binary1001011100011010010101100000010010011111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120346; }

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

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

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

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

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

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

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

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