#500548

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

Shades of Tyrian Purple #500548

Tints of Tyrian Purple #500548

Color information

#500548 (or 0x500548) is unknown color: approx Tyrian Purple. HEX triplet: 50, 05 and 48. RGB value is (80,5,72). Sum of RGB (Red+Green+Blue) = 80+5+72=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #500548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500548 is #AFFAB7. Grayscale: #222222. Windows color (decimal): -11532984 or 4719952. OLE color: 4719952.

HSL color Cylindrical-coordinate representation of color #500548: hue angle of 306.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500548 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB80572-
CMYK00.940.100.69
HSL306.4º88.24%16.67%-
HSV(B)306.4º93.75%31.37%-
XYZ4.532.286.33-
YUV35.06148.85160.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=50.96%
G=3.18%
B=45.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8057200.940.100.69306.488.2416.67
Hex5054805EA451325811
Octal120511001361210546213021
Binary101000010110010000101111010101000101100110010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500548; }

 p { color: rgb(80,5,72); }

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

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

 a { background-color: rgb(80,5,72); }

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

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

 span { border-color: rgb(80,5,72); }

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