#50063A

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

Shades of Tyrian Purple #50063A

Tints of Tyrian Purple #50063A

Color information

#50063A (or 0x50063A) is unknown color: approx Tyrian Purple. HEX triplet: 50, 06 and 3A. RGB value is (80,6,58). Sum of RGB (Red+Green+Blue) = 80+6+58=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50063A is #AFF9C5. Grayscale: #212121. Windows color (decimal): -11532742 or 3802704. OLE color: 3802704.

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

Color convert

RGB80658-
CMYK00.920.280.69
HSL317.84º86.05%16.86%-
HSV(B)317.84º92.5%31.37%-
XYZ4.142.144.2-
YUV34.05141.52160.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 6 (2.73% from 255) = 4.17%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=55.56%
G=4.17%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8065800.920.280.69317.8486.0516.86
Hex5063A05C1C4513e5611
Octal12067201343410547612621
Binary101000011011101001011100111001000101100111110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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