#500B49

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

Shades of Tyrian Purple #500B49

Tints of Tyrian Purple #500B49

Color information

#500B49 (or 0x500B49) is unknown color: approx Tyrian Purple. HEX triplet: 50, 0B and 49. RGB value is (80,11,73). Sum of RGB (Red+Green+Blue) = 80+11+73=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #500B49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500B49 is #AFF4B6. Grayscale: #262626. Windows color (decimal): -11531447 or 4787024. OLE color: 4787024.

HSL color Cylindrical-coordinate representation of color #500B49: hue angle of 306.09º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500B49 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB801173-
CMYK00.860.090.69
HSL306.09º75.82%17.84%-
HSV(B)306.09º86.25%31.37%-
XYZ4.632.436.53-
YUV38.7147.36157.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 11 (4.69% from 255) = 6.71%
BLUE value IS 73 (28.91% from 255) = 44.51%
R=48.78%
G=6.71%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80117300.860.090.69306.0975.8217.84
Hex50B490569451324c12
Octal1201311101261110546211422
Binary1010000101110010010101011010011000101100110010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500B49; }

 p { color: rgb(80,11,73); }

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

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

 a { background-color: rgb(80,11,73); }

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

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

 span { border-color: rgb(80,11,73); }

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