#500139

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

Shades of Tyrian Purple #500139

Tints of Tyrian Purple #500139

Color information

#500139 (or 0x500139) is unknown color: approx Tyrian Purple. HEX triplet: 50, 01 and 39. RGB value is (80,1,57). Sum of RGB (Red+Green+Blue) = 80+1+57=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #500139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500139 is #AFFEC6. Grayscale: #1E1E1E. Windows color (decimal): -11534023 or 3735888. OLE color: 3735888.

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

Color convert

RGB80157-
CMYK00.990.290.69
HSL317.47º97.53%15.88%-
HSV(B)317.47º98.75%31.37%-
XYZ4.062.024.05-
YUV31142.67162.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.97%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 57 (22.66% from 255) = 41.30%
R=57.97%
G=0.72%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8015700.990.290.69317.4797.5315.88
Hex501390631D4513d6210
Octal12017101433510547514220
Binary1010000111100101100011111011000101100111101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500139; }

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

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

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

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

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

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

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

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