#120646

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

Shades of Violent Violet #120646

Tints of Violent Violet #120646

Color information

#120646 (or 0x120646) is unknown color: approx Violent Violet. HEX triplet: 12, 06 and 46. RGB value is (18,6,70). Sum of RGB (Red+Green+Blue) = 18+6+70=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 70 (27.73% from 255 or 74.47% from 94); Max value from RGB is 70 - color contains mainly: blue. Hex color #120646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120646 is #EDF9B9. Grayscale: #101010. Windows color (decimal): -15595962 or 4589074. OLE color: 4589074.

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

Color convert

RGB18670-
CMYK0.740.9100.73
HSL251.25º84.21%14.9%-
HSV(B)251.25º91.43%27.45%-
XYZ1.420.75.85-
YUV16.88157.98128.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 70 (27.73% from 255) = 74.47%
R=19.15%
G=6.38%
B=74.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal186700.740.9100.73251.2584.2114.9
Hex126464A5B049fb54f
Octal226106112133011137312417
Binary10010110100011010010101011011010010011111101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120646; }

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

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

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

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

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

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

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

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