#500639

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

Shades of Tyrian Purple #500639

Tints of Tyrian Purple #500639

Color information

#500639 (or 0x500639) is unknown color: approx Tyrian Purple. HEX triplet: 50, 06 and 39. RGB value is (80,6,57). Sum of RGB (Red+Green+Blue) = 80+6+57=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #500639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500639 is #AFF9C6. Grayscale: #212121. Windows color (decimal): -11532743 or 3737168. OLE color: 3737168.

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

Color convert

RGB80657-
CMYK00.920.290.69
HSL318.65º86.05%16.86%-
HSV(B)318.65º92.5%31.37%-
XYZ4.112.134.07-
YUV33.94141.02160.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 6 (2.73% from 255) = 4.20%
BLUE value IS 57 (22.66% from 255) = 39.86%
R=55.94%
G=4.20%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8065700.920.290.69318.6586.0516.86
Hex5063905C1D4513f5611
Octal12067101343510547712621
Binary101000011011100101011100111011000101100111111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500639; }

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

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

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

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

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

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

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

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