#50063E

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

Shades of Tyrian Purple #50063E

Tints of Tyrian Purple #50063E

Color information

#50063E (or 0x50063E) is unknown color: approx Tyrian Purple. HEX triplet: 50, 06 and 3E. RGB value is (80,6,62). Sum of RGB (Red+Green+Blue) = 80+6+62=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #50063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50063E is #AFF9C1. Grayscale: #222222. Windows color (decimal): -11532738 or 4064848. OLE color: 4064848.

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

Color convert

RGB80662-
CMYK00.920.220.69
HSL314.59º86.05%16.86%-
HSV(B)314.59º92.5%31.37%-
XYZ4.242.184.76-
YUV34.51143.52160.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 6 (2.73% from 255) = 4.05%
BLUE value IS 62 (24.61% from 255) = 41.89%
R=54.05%
G=4.05%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8066200.920.220.69314.5986.0516.86
Hex5063E05C164513b5611
Octal12067601342610547312621
Binary101000011011111001011100101101000101100111011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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