#500037

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

Shades of Tyrian Purple #500037

Tints of Tyrian Purple #500037

Color information

#500037 (or 0x500037) is unknown color: approx Tyrian Purple. HEX triplet: 50, 00 and 37. RGB value is (80,0,55). Sum of RGB (Red+Green+Blue) = 80+0+55=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #500037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500037 is #AFFFC8. Grayscale: #1E1E1E. Windows color (decimal): -11534281 or 3604560. OLE color: 3604560.

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

Color convert

RGB80055-
CMYK010.310.69
HSL318.75º100%15.69%-
HSV(B)318.75º100%31.37%-
XYZ41.983.79-
YUV30.19142163.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 40.74%
R=59.26%
G=0%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80055010.310.69318.7510015.69
Hex500370641F4513f6410
Octal12006701443710547714420
Binary1010000011011101100100111111000101100111111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500037; }

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

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

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

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

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

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

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

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