#130050

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

Shades of Violent Violet #130050

Tints of Violent Violet #130050

Color information

#130050 (or 0x130050) is unknown color: approx Violent Violet. HEX triplet: 13, 00 and 50. RGB value is (19,0,80). Sum of RGB (Red+Green+Blue) = 19+0+80=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 80 (31.64% from 255 or 80.81% from 99); Max value from RGB is 80 - color contains mainly: blue. Hex color #130050 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130050 is #ECFFAF. Grayscale: #0E0E0E. Windows color (decimal): -15531952 or 5242899. OLE color: 5242899.

HSL color Cylindrical-coordinate representation of color #130050: hue angle of 254.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130050 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB19080-
CMYK0.76100.69
HSL254.25º100%15.69%-
HSV(B)254.25º100%31.37%-
XYZ1.720.727.64-
YUV14.8164.79131-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 80.81%
R=19.19%
G=0%
B=80.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal190800.76100.69254.2510015.69
Hex130504C64045fe6410
Octal230120114144010537614420
Binary1001101010000100110011001000100010111111110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130050; }

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

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

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

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

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

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

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

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