#11014C

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

Shades of Violent Violet #11014C

Tints of Violent Violet #11014C

Color information

#11014C (or 0x11014C) is unknown color: approx Violent Violet. HEX triplet: 11, 01 and 4C. RGB value is (17,1,76). Sum of RGB (Red+Green+Blue) = 17+1+76=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 76 (30.08% from 255 or 80.85% from 94); Max value from RGB is 76 - color contains mainly: blue. Hex color #11014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11014C is #EEFEB3. Grayscale: #0E0E0E. Windows color (decimal): -15662772 or 4981009. OLE color: 4981009.

HSL color Cylindrical-coordinate representation of color #11014C: hue angle of 252.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11014C is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB17176-
CMYK0.780.9900.70
HSL252.8º97.4%15.1%-
HSV(B)252.8º98.68%29.8%-
XYZ1.550.666.88-
YUV14.33162.8129.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.09%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 76 (30.08% from 255) = 80.85%
R=18.09%
G=1.06%
B=80.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal171760.780.9900.70252.897.415.1
Hex1114C4E63046fd61f
Octal211114116143010637514117
Binary100011100110010011101100011010001101111110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11014C; }

 p { color: rgb(17,1,76); }

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

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

 a { background-color: rgb(17,1,76); }

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

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

 span { border-color: rgb(17,1,76); }

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