#50063D

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

Shades of Tyrian Purple #50063D

Tints of Tyrian Purple #50063D

Color information

#50063D (or 0x50063D) is unknown color: approx Tyrian Purple. HEX triplet: 50, 06 and 3D. RGB value is (80,6,61). Sum of RGB (Red+Green+Blue) = 80+6+61=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #50063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50063D is #AFF9C2. Grayscale: #222222. Windows color (decimal): -11532739 or 3999312. OLE color: 3999312.

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

Color convert

RGB80661-
CMYK00.920.240.69
HSL315.41º86.05%16.86%-
HSV(B)315.41º92.5%31.37%-
XYZ4.222.174.61-
YUV34.4143.02160.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.42%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 61 (24.22% from 255) = 41.50%
R=54.42%
G=4.08%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8066100.920.240.69315.4186.0516.86
Hex5063D05C184513b5611
Octal12067501343010547312621
Binary101000011011110101011100110001000101100111011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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