#13004C

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

Shades of Violent Violet #13004C

Tints of Violent Violet #13004C

Color information

#13004C (or 0x13004C) is unknown color: approx Violent Violet. HEX triplet: 13, 00 and 4C. RGB value is (19,0,76). Sum of RGB (Red+Green+Blue) = 19+0+76=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 76 (30.08% from 255 or 80% from 95); Max value from RGB is 76 - color contains mainly: blue. Hex color #13004C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13004C is #ECFFB3. Grayscale: #0E0E0E. Windows color (decimal): -15531956 or 4980755. OLE color: 4980755.

HSL color Cylindrical-coordinate representation of color #13004C: hue angle of 255º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13004C is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB19076-
CMYK0.75100.70
HSL255º100%14.9%-
HSV(B)255º100%29.8%-
XYZ1.570.666.88-
YUV14.34162.79131.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 80%
R=20%
G=0%
B=80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal190760.75100.7025510014.9
Hex1304C4B64046ff64f
Octal230114113144010637714417
Binary100110100110010010111100100010001101111111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13004C; }

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

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

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

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

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

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

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

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