#120047

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

Shades of Violent Violet #120047

Tints of Violent Violet #120047

Color information

#120047 (or 0x120047) is unknown color: approx Violent Violet. HEX triplet: 12, 00 and 47. RGB value is (18,0,71). Sum of RGB (Red+Green+Blue) = 18+0+71=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 71 (28.12% from 255 or 79.78% from 89); Max value from RGB is 71 - color contains mainly: blue. Hex color #120047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120047 is #EDFFB8. Grayscale: #0D0D0D. Windows color (decimal): -15597497 or 4653074. OLE color: 4653074.

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

Color convert

RGB18071-
CMYK0.75100.72
HSL255.21º100%13.92%-
HSV(B)255.21º100%27.84%-
XYZ1.390.586-
YUV13.48160.46131.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 79.78%
R=20.22%
G=0%
B=79.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal180710.75100.72255.2110013.92
Hex120474B64048ff64e
Octal220107113144011037714416
Binary100100100011110010111100100010010001111111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120047; }

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

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

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

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

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

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

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

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