#500537

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

Shades of Tyrian Purple #500537

Tints of Tyrian Purple #500537

Color information

#500537 (or 0x500537) is unknown color: approx Tyrian Purple. HEX triplet: 50, 05 and 37. RGB value is (80,5,55). Sum of RGB (Red+Green+Blue) = 80+5+55=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #500537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500537 is #AFFAC8. Grayscale: #212121. Windows color (decimal): -11533001 or 3605840. OLE color: 3605840.

HSL color Cylindrical-coordinate representation of color #500537: hue angle of 320º 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 #500537 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB80555-
CMYK00.940.310.69
HSL320º88.24%16.67%-
HSV(B)320º93.75%31.37%-
XYZ4.052.093.8-
YUV33.12140.35161.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.14%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 55 (21.88% from 255) = 39.29%
R=57.14%
G=3.57%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8055500.940.310.6932088.2416.67
Hex5053705E1F451405811
Octal12056701363710550013021
Binary101000010111011101011110111111000101101000000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500537; }

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

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

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

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

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

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

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

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