#110048

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

Shades of Violent Violet #110048

Tints of Violent Violet #110048

Color information

#110048 (or 0x110048) is unknown color: approx Violent Violet. HEX triplet: 11, 00 and 48. RGB value is (17,0,72). Sum of RGB (Red+Green+Blue) = 17+0+72=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 72 (28.52% from 255 or 80.90% from 89); Max value from RGB is 72 - color contains mainly: blue. Hex color #110048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110048 is #EEFFB7. Grayscale: #0D0D0D. Windows color (decimal): -15663032 or 4718609. OLE color: 4718609.

HSL color Cylindrical-coordinate representation of color #110048: hue angle of 254.17º 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 #110048 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB17072-
CMYK0.76100.72
HSL254.17º100%14.12%-
HSV(B)254.17º100%28.24%-
XYZ1.40.596.17-
YUV13.29161.13130.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 80.90%
R=19.10%
G=0%
B=80.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal170720.76100.72254.1710014.12
Hex110484C64048fe64e
Octal210110114144011037614416
Binary100010100100010011001100100010010001111111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110048; }

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

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

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

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

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

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

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

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