#500737

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

Shades of Tyrian Purple #500737

Tints of Tyrian Purple #500737

Color information

#500737 (or 0x500737) is unknown color: approx Tyrian Purple. HEX triplet: 50, 07 and 37. RGB value is (80,7,55). Sum of RGB (Red+Green+Blue) = 80+7+55=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #500737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500737 is #AFF8C8. Grayscale: #222222. Windows color (decimal): -11532489 or 3606352. OLE color: 3606352.

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

Color convert

RGB80755-
CMYK00.910.310.69
HSL320.55º83.91%17.06%-
HSV(B)320.55º91.25%31.37%-
XYZ4.072.133.81-
YUV34.3139.68160.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.34%
GREEN value IS 7 (3.12% from 255) = 4.93%
BLUE value IS 55 (21.88% from 255) = 38.73%
R=56.34%
G=4.93%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8075500.910.310.69320.5583.9117.06
Hex5073705B1F451415411
Octal12076701333710550112421
Binary101000011111011101011011111111000101101000001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500737; }

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

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

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

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

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

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

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

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