#500739

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

Shades of Tyrian Purple #500739

Tints of Tyrian Purple #500739

Color information

#500739 (or 0x500739) is unknown color: approx Tyrian Purple. HEX triplet: 50, 07 and 39. RGB value is (80,7,57). Sum of RGB (Red+Green+Blue) = 80+7+57=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #500739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500739 is #AFF8C6. Grayscale: #222222. Windows color (decimal): -11532487 or 3737424. OLE color: 3737424.

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

Color convert

RGB80757-
CMYK00.910.290.69
HSL318.9º83.91%17.06%-
HSV(B)318.9º91.25%31.37%-
XYZ4.122.154.07-
YUV34.53140.68160.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 7 (3.12% from 255) = 4.86%
BLUE value IS 57 (22.66% from 255) = 39.58%
R=55.56%
G=4.86%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8075700.910.290.69318.983.9117.06
Hex5073905B1D4513f5411
Octal12077101333510547712421
Binary101000011111100101011011111011000101100111111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500739; }

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

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

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

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

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

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

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

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