#170049

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

Shades of Violent Violet #170049

Tints of Violent Violet #170049

Color information

#170049 (or 0x170049) is unknown color: approx Violent Violet. HEX triplet: 17, 00 and 49. RGB value is (23,0,73). Sum of RGB (Red+Green+Blue) = 23+0+73=96 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.96% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 73 (28.91% from 255 or 76.04% from 96); Max value from RGB is 73 - color contains mainly: blue. Hex color #170049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170049 is #E8FFB6. Grayscale: #0E0E0E. Windows color (decimal): -15269815 or 4784151. OLE color: 4784151.

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

Color convert

RGB23073-
CMYK0.68100.71
HSL258.9º100%14.31%-
HSV(B)258.9º100%28.63%-
XYZ1.560.666.35-
YUV15.2160.62133.56-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 23.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 73 (28.91% from 255) = 76.04%
R=23.96%
G=0%
B=76.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal230730.68100.71258.910014.31
Hex17049446404710364e
Octal270111104144010740314416
Binary1011101001001100010011001000100011110000001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170049; }

 p { color: rgb(23,0,73); }

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

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

 a { background-color: rgb(23,0,73); }

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

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

 span { border-color: rgb(23,0,73); }

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