#120041

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

Shades of Violent Violet #120041

Tints of Violent Violet #120041

Color information

#120041 (or 0x120041) is unknown color: approx Violent Violet. HEX triplet: 12, 00 and 41. RGB value is (18,0,65). Sum of RGB (Red+Green+Blue) = 18+0+65=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 65 (25.78% from 255 or 78.31% from 83); Max value from RGB is 65 - color contains mainly: blue. Hex color #120041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120041 is #EDFFBE. Grayscale: #0C0C0C. Windows color (decimal): -15597503 or 4259858. OLE color: 4259858.

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

Color convert

RGB18065-
CMYK0.72100.75
HSL256.62º100%12.75%-
HSV(B)256.62º100%25.49%-
XYZ1.20.515.04-
YUV12.79157.46131.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 78.31%
R=21.69%
G=0%
B=78.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal180650.72100.75256.6210012.75
Hex12041486404B10164d
Octal220101110144011340114415
Binary1001001000001100100011001000100101110000000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120041; }

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

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

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

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

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

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

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

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