#50083D

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

Shades of Tyrian Purple #50083D

Tints of Tyrian Purple #50083D

Color information

#50083D (or 0x50083D) is unknown color: approx Tyrian Purple. HEX triplet: 50, 08 and 3D. RGB value is (80,8,61). Sum of RGB (Red+Green+Blue) = 80+8+61=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #50083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50083D is #AFF7C2. Grayscale: #232323. Windows color (decimal): -11532227 or 3999824. OLE color: 3999824.

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

Color convert

RGB80861-
CMYK00.900.240.69
HSL315.83º81.82%17.25%-
HSV(B)315.83º90%31.37%-
XYZ4.242.224.62-
YUV35.57142.35159.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 61 (24.22% from 255) = 40.94%
R=53.69%
G=5.37%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8086100.900.240.69315.8381.8217.25
Hex5083D05A184513c5211
Octal120107501323010547412221
Binary1010000100011110101011010110001000101100111100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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