#120247

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

Shades of Violent Violet #120247

Tints of Violent Violet #120247

Color information

#120247 (or 0x120247) is unknown color: approx Violent Violet. HEX triplet: 12, 02 and 47. RGB value is (18,2,71). Sum of RGB (Red+Green+Blue) = 18+2+71=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #120247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120247 is #EDFDB8. Grayscale: #0E0E0E. Windows color (decimal): -15596985 or 4653586. OLE color: 4653586.

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

Color convert

RGB18271-
CMYK0.750.9700.72
HSL253.91º94.52%14.31%-
HSV(B)253.91º97.18%27.84%-
XYZ1.410.636.01-
YUV14.65159.8130.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 71 (28.12% from 255) = 78.02%
R=19.78%
G=2.20%
B=78.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal182710.750.9700.72253.9194.5214.31
Hex122474B61048fe5fe
Octal222107113141011037613716
Binary1001010100011110010111100001010010001111111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120247; }

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

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

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

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

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

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

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

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