#120841

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

Shades of Violent Violet #120841

Tints of Violent Violet #120841

Color information

#120841 (or 0x120841) is unknown color: approx Violent Violet. HEX triplet: 12, 08 and 41. RGB value is (18,8,65). Sum of RGB (Red+Green+Blue) = 18+8+65=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #120841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120841 is #EDF7BE. Grayscale: #111111. Windows color (decimal): -15595455 or 4261906. OLE color: 4261906.

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

Color convert

RGB18865-
CMYK0.720.8800.75
HSL250.53º78.08%14.31%-
HSV(B)250.53º87.69%25.49%-
XYZ1.290.685.07-
YUV17.49154.81128.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 65 (25.78% from 255) = 71.43%
R=19.78%
G=8.79%
B=71.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal188650.720.8800.75250.5378.0814.31
Hex12841485804Bfb4ee
Octal2210101110130011337311616
Binary100101000100000110010001011000010010111111101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120841; }

 p { color: rgb(18,8,65); }

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

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

 a { background-color: rgb(18,8,65); }

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

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

 span { border-color: rgb(18,8,65); }

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