#11014B

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

Shades of Violent Violet #11014B

Tints of Violent Violet #11014B

Color information

#11014B (or 0x11014B) is unknown color: approx Violent Violet. HEX triplet: 11, 01 and 4B. RGB value is (17,1,75). Sum of RGB (Red+Green+Blue) = 17+1+75=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 75 (29.69% from 255 or 80.65% from 93); Max value from RGB is 75 - color contains mainly: blue. Hex color #11014B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11014B is #EEFEB4. Grayscale: #0D0D0D. Windows color (decimal): -15662773 or 4915473. OLE color: 4915473.

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

Color convert

RGB17175-
CMYK0.770.9900.71
HSL252.97º97.37%14.9%-
HSV(B)252.97º98.67%29.41%-
XYZ1.510.656.7-
YUV14.22162.3129.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 75 (29.69% from 255) = 80.65%
R=18.28%
G=1.08%
B=80.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal171750.770.9900.71252.9797.3714.9
Hex1114B4D63047fd61f
Octal211113115143010737514117
Binary100011100101110011011100011010001111111110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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