#50083E

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

Shades of Tyrian Purple #50083E

Tints of Tyrian Purple #50083E

Color information

#50083E (or 0x50083E) is unknown color: approx Tyrian Purple. HEX triplet: 50, 08 and 3E. RGB value is (80,8,62). Sum of RGB (Red+Green+Blue) = 80+8+62=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #50083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50083E is #AFF7C1. Grayscale: #232323. Windows color (decimal): -11532226 or 4065360. OLE color: 4065360.

HSL color Cylindrical-coordinate representation of color #50083E: hue angle of 315º 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 #50083E is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB80862-
CMYK00.900.220.69
HSL315º81.82%17.25%-
HSV(B)315º90%31.37%-
XYZ4.262.234.76-
YUV35.68142.85159.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.33%
GREEN value IS 8 (3.52% from 255) = 5.33%
BLUE value IS 62 (24.61% from 255) = 41.33%
R=53.33%
G=5.33%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8086200.900.220.6931581.8217.25
Hex5083E05A164513b5211
Octal120107601322610547312221
Binary1010000100011111001011010101101000101100111011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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