#130744

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

Shades of Violent Violet #130744

Tints of Violent Violet #130744

Color information

#130744 (or 0x130744) is unknown color: approx Violent Violet. HEX triplet: 13, 07 and 44. RGB value is (19,7,68). Sum of RGB (Red+Green+Blue) = 19+7+68=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 68 (26.95% from 255 or 72.34% from 94); Max value from RGB is 68 - color contains mainly: blue. Hex color #130744 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130744 is #ECF8BB. Grayscale: #111111. Windows color (decimal): -15530172 or 4458259. OLE color: 4458259.

HSL color Cylindrical-coordinate representation of color #130744: hue angle of 251.8º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130744 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB19768-
CMYK0.720.9000.73
HSL251.8º81.33%14.71%-
HSV(B)251.8º89.71%26.67%-
XYZ1.390.715.53-
YUV17.54156.48129.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 7 (3.12% from 255) = 7.45%
BLUE value IS 68 (26.95% from 255) = 72.34%
R=20.21%
G=7.45%
B=72.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal197680.720.9000.73251.881.3314.71
Hex13744485A049fc51f
Octal237104110132011137412117
Binary10011111100010010010001011010010010011111110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130744; }

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

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

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

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

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

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

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

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