#50083A

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

Shades of Tyrian Purple #50083A

Tints of Tyrian Purple #50083A

Color information

#50083A (or 0x50083A) is unknown color: approx Tyrian Purple. HEX triplet: 50, 08 and 3A. RGB value is (80,8,58). Sum of RGB (Red+Green+Blue) = 80+8+58=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #50083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50083A is #AFF7C5. Grayscale: #232323. Windows color (decimal): -11532230 or 3803216. OLE color: 3803216.

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

Color convert

RGB80858-
CMYK00.900.280.69
HSL318.33º81.82%17.25%-
HSV(B)318.33º90%31.37%-
XYZ4.162.184.21-
YUV35.23140.85159.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=54.79%
G=5.48%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8085800.900.280.69318.3381.8217.25
Hex5083A05A1C4513e5211
Octal120107201323410547612221
Binary1010000100011101001011010111001000101100111110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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