#130740

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

Shades of Violent Violet #130740

Tints of Violent Violet #130740

Color information

#130740 (or 0x130740) is unknown color: approx Violent Violet. HEX triplet: 13, 07 and 40. RGB value is (19,7,64). Sum of RGB (Red+Green+Blue) = 19+7+64=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 64 (25.39% from 255 or 71.11% from 90); Max value from RGB is 64 - color contains mainly: blue. Hex color #130740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130740 is #ECF8BF. Grayscale: #101010. Windows color (decimal): -15530176 or 4196115. OLE color: 4196115.

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

Color convert

RGB19764-
CMYK0.700.8900.75
HSL252.63º80.28%13.92%-
HSV(B)252.63º89.06%25.1%-
XYZ1.270.664.91-
YUV17.09154.48129.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.11%
GREEN value IS 7 (3.12% from 255) = 7.78%
BLUE value IS 64 (25.39% from 255) = 71.11%
R=21.11%
G=7.78%
B=71.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal197640.700.8900.75252.6380.2813.92
Hex13740465904Bfd50e
Octal237100106131011337512016
Binary10011111100000010001101011001010010111111110110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130740; }

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

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

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

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

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

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

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

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