#130149

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

Shades of Violent Violet #130149

Tints of Violent Violet #130149

Color information

#130149 (or 0x130149) is unknown color: approx Violent Violet. HEX triplet: 13, 01 and 49. RGB value is (19,1,73). Sum of RGB (Red+Green+Blue) = 19+1+73=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 73 (28.91% from 255 or 78.49% from 93); Max value from RGB is 73 - color contains mainly: blue. Hex color #130149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130149 is #ECFEB6. Grayscale: #0E0E0E. Windows color (decimal): -15531703 or 4784403. OLE color: 4784403.

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

Color convert

RGB19173-
CMYK0.740.9900.71
HSL255º97.3%14.51%-
HSV(B)255º98.63%28.63%-
XYZ1.480.646.35-
YUV14.59160.96131.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 73 (28.91% from 255) = 78.49%
R=20.43%
G=1.08%
B=78.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal191730.740.9900.7125597.314.51
Hex131494A63047ff61f
Octal231111112143010737714117
Binary100111100100110010101100011010001111111111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130149; }

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

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

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

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

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

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

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

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