#50043A

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

Shades of Tyrian Purple #50043A

Tints of Tyrian Purple #50043A

Color information

#50043A (or 0x50043A) is unknown color: approx Tyrian Purple. HEX triplet: 50, 04 and 3A. RGB value is (80,4,58). Sum of RGB (Red+Green+Blue) = 80+4+58=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #50043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50043A is #AFFBC5. Grayscale: #202020. Windows color (decimal): -11533254 or 3802192. OLE color: 3802192.

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

Color convert

RGB80458-
CMYK00.950.280.69
HSL317.37º90.48%16.47%-
HSV(B)317.37º95%31.37%-
XYZ4.122.14.19-
YUV32.88142.18161.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.34%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 58 (23.05% from 255) = 40.85%
R=56.34%
G=2.82%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8045800.950.280.69317.3790.4816.47
Hex5043A05F1C4513d5a10
Octal12047201373410547513220
Binary101000010011101001011111111001000101100111101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,4,58); }

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

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

 a { background-color: rgb(80,4,58); }

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

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

 span { border-color: rgb(80,4,58); }

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