#11004A

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

Shades of Violent Violet #11004A

Tints of Violent Violet #11004A

Color information

#11004A (or 0x11004A) is unknown color: approx Violent Violet. HEX triplet: 11, 00 and 4A. RGB value is (17,0,74). Sum of RGB (Red+Green+Blue) = 17+0+74=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 74 (29.30% from 255 or 81.32% from 91); Max value from RGB is 74 - color contains mainly: blue. Hex color #11004A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11004A is #EEFFB5. Grayscale: #0D0D0D. Windows color (decimal): -15663030 or 4849681. OLE color: 4849681.

HSL color Cylindrical-coordinate representation of color #11004A: hue angle of 253.78º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11004A is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB17074-
CMYK0.77100.71
HSL253.78º100%14.51%-
HSV(B)253.78º100%29.02%-
XYZ1.470.616.52-
YUV13.52162.13130.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 81.32%
R=18.68%
G=0%
B=81.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal170740.77100.71253.7810014.51
Hex1104A4D64047fe64f
Octal210112115144010737614417
Binary100010100101010011011100100010001111111111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11004A; }

 p { color: rgb(17,0,74); }

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

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

 a { background-color: rgb(17,0,74); }

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

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

 span { border-color: rgb(17,0,74); }

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