#130447

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

Shades of Violent Violet #130447

Tints of Violent Violet #130447

Color information

#130447 (or 0x130447) is unknown color: approx Violent Violet. HEX triplet: 13, 04 and 47. RGB value is (19,4,71). Sum of RGB (Red+Green+Blue) = 19+4+71=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 71 (28.12% from 255 or 75.53% from 94); Max value from RGB is 71 - color contains mainly: blue. Hex color #130447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130447 is #ECFBB8. Grayscale: #0F0F0F. Windows color (decimal): -15530937 or 4654099. OLE color: 4654099.

HSL color Cylindrical-coordinate representation of color #130447: hue angle of 253.43º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130447 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB19471-
CMYK0.730.9400.72
HSL253.43º89.33%14.71%-
HSV(B)253.43º94.37%27.84%-
XYZ1.450.686.02-
YUV16.12158.97130.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 4 (1.95% from 255) = 4.26%
BLUE value IS 71 (28.12% from 255) = 75.53%
R=20.21%
G=4.26%
B=75.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal194710.730.9400.72253.4389.3314.71
Hex13447495E048fd59f
Octal234107111136011037513117
Binary10011100100011110010011011110010010001111110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130447; }

 p { color: rgb(19,4,71); }

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

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

 a { background-color: rgb(19,4,71); }

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

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

 span { border-color: rgb(19,4,71); }

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