#130140

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

Shades of Violent Violet #130140

Tints of Violent Violet #130140

Color information

#130140 (or 0x130140) is unknown color: approx Violent Violet. HEX triplet: 13, 01 and 40. RGB value is (19,1,64). Sum of RGB (Red+Green+Blue) = 19+1+64=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 64 (25.39% from 255 or 76.19% from 84); Max value from RGB is 64 - color contains mainly: blue. Hex color #130140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130140 is #ECFEBF. Grayscale: #0D0D0D. Windows color (decimal): -15531712 or 4194579. OLE color: 4194579.

HSL color Cylindrical-coordinate representation of color #130140: hue angle of 257.14º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130140 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB19164-
CMYK0.700.9800.75
HSL257.14º96.92%12.75%-
HSV(B)257.14º98.44%25.1%-
XYZ1.20.534.89-
YUV13.56156.46131.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 64 (25.39% from 255) = 76.19%
R=22.62%
G=1.19%
B=76.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal191640.700.9800.75257.1496.9212.75
Hex13140466204B10161d
Octal231100106142011340114115
Binary1001111000000100011011000100100101110000000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130140; }

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

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

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

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

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

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

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

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