#50024E

Color #50024E Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #50024E

Tints of Tyrian Purple #50024E

Color information

#50024E (or 0x50024E) is unknown color: approx Tyrian Purple. HEX triplet: 50, 02 and 4E. RGB value is (80,2,78). Sum of RGB (Red+Green+Blue) = 80+2+78=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50024E is #AFFDB1. Grayscale: #212121. Windows color (decimal): -11533746 or 5112400. OLE color: 5112400.

HSL color Cylindrical-coordinate representation of color #50024E: hue angle of 301.54º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50024E is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB80278-
CMYK00.980.020.69
HSL301.54º95.12%16.08%-
HSV(B)301.54º97.5%31.37%-
XYZ4.712.37.4-
YUV33.99152.84160.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 78 (30.86% from 255) = 48.75%
R=50%
G=1.25%
B=48.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8027800.980.020.69301.5495.1216.08
Hex5024E06224512e5f10
Octal12021160142210545613720
Binary101000010100111001100010101000101100101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,2,78); }

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

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

 a { background-color: rgb(80,2,78); }

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

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

 span { border-color: rgb(80,2,78); }

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