#50063C

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

Shades of Tyrian Purple #50063C

Tints of Tyrian Purple #50063C

Color information

#50063C (or 0x50063C) is unknown color: approx Tyrian Purple. HEX triplet: 50, 06 and 3C. RGB value is (80,6,60). Sum of RGB (Red+Green+Blue) = 80+6+60=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #50063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50063C is #AFF9C3. Grayscale: #222222. Windows color (decimal): -11532740 or 3933776. OLE color: 3933776.

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

Color convert

RGB80660-
CMYK00.920.250.69
HSL316.22º86.05%16.86%-
HSV(B)316.22º92.5%31.37%-
XYZ4.192.164.47-
YUV34.28142.52160.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 6 (2.73% from 255) = 4.11%
BLUE value IS 60 (23.83% from 255) = 41.10%
R=54.79%
G=4.11%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8066000.920.250.69316.2286.0516.86
Hex5063C05C194513c5611
Octal12067401343110547412621
Binary101000011011110001011100110011000101100111100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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