#50024A

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

Shades of Tyrian Purple #50024A

Tints of Tyrian Purple #50024A

Color information

#50024A (or 0x50024A) is unknown color: approx Tyrian Purple. HEX triplet: 50, 02 and 4A. RGB value is (80,2,74). Sum of RGB (Red+Green+Blue) = 80+2+74=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #50024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50024A is #AFFDB5. Grayscale: #212121. Windows color (decimal): -11533750 or 4850256. OLE color: 4850256.

HSL color Cylindrical-coordinate representation of color #50024A: hue angle of 304.62º 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 #50024A is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB80274-
CMYK00.980.080.69
HSL304.62º95.12%16.08%-
HSV(B)304.62º97.5%31.37%-
XYZ4.572.246.67-
YUV33.53150.84161.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 74 (29.30% from 255) = 47.44%
R=51.28%
G=1.28%
B=47.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8027400.980.080.69304.6295.1216.08
Hex5024A0628451315f10
Octal120211201421010546113720
Binary10100001010010100110001010001000101100110001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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