#130049

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

Shades of Violent Violet #130049

Tints of Violent Violet #130049

Color information

#130049 (or 0x130049) is unknown color: approx Violent Violet. HEX triplet: 13, 00 and 49. RGB value is (19,0,73). Sum of RGB (Red+Green+Blue) = 19+0+73=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 73 (28.91% from 255 or 79.35% from 92); Max value from RGB is 73 - color contains mainly: blue. Hex color #130049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130049 is #ECFFB6. Grayscale: #0D0D0D. Windows color (decimal): -15531959 or 4784147. OLE color: 4784147.

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

Color convert

RGB19073-
CMYK0.74100.71
HSL255.62º100%14.31%-
HSV(B)255.62º100%28.63%-
XYZ1.470.626.35-
YUV14161.29131.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 73 (28.91% from 255) = 79.35%
R=20.65%
G=0%
B=79.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal190730.74100.71255.6210014.31
Hex130494A6404710064e
Octal230111112144010740014416
Binary1001101001001100101011001000100011110000000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130049; }

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

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

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

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

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

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

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

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