#13004E

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

Shades of Violent Violet #13004E

Tints of Violent Violet #13004E

Color information

#13004E (or 0x13004E) is unknown color: approx Violent Violet. HEX triplet: 13, 00 and 4E. RGB value is (19,0,78). Sum of RGB (Red+Green+Blue) = 19+0+78=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 78 (30.86% from 255 or 80.41% from 97); Max value from RGB is 78 - color contains mainly: blue. Hex color #13004E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13004E is #ECFFB1. Grayscale: #0E0E0E. Windows color (decimal): -15531954 or 5111827. OLE color: 5111827.

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

Color convert

RGB19078-
CMYK0.76100.69
HSL254.62º100%15.29%-
HSV(B)254.62º100%30.59%-
XYZ1.640.697.25-
YUV14.57163.79131.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 80.41%
R=19.59%
G=0%
B=80.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal190780.76100.69254.6210015.29
Hex1304E4C64045ff64f
Octal230116114144010537714417
Binary100110100111010011001100100010001011111111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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