#500031

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

Shades of Tyrian Purple #500031

Tints of Tyrian Purple #500031

Color information

#500031 (or 0x500031) is unknown color: approx Tyrian Purple. HEX triplet: 50, 00 and 31. RGB value is (80,0,49). Sum of RGB (Red+Green+Blue) = 80+0+49=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #500031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500031 is #AFFFCE. Grayscale: #1D1D1D. Windows color (decimal): -11534287 or 3211344. OLE color: 3211344.

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

Color convert

RGB80049-
CMYK010.390.69
HSL323.25º100%15.69%-
HSV(B)323.25º100%31.37%-
XYZ3.861.933.07-
YUV29.51139164.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 37.98%
R=62.02%
G=0%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80049010.390.69323.2510015.69
Hex5003106427451436410
Octal12006101444710550314420
Binary10100000110001011001001001111000101101000011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500031; }

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

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

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

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

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

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

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

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