#500949

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

Shades of Tyrian Purple #500949

Tints of Tyrian Purple #500949

Color information

#500949 (or 0x500949) is unknown color: approx Tyrian Purple. HEX triplet: 50, 09 and 49. RGB value is (80,9,73). Sum of RGB (Red+Green+Blue) = 80+9+73=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #500949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500949 is #AFF6B6. Grayscale: #252525. Windows color (decimal): -11531959 or 4786512. OLE color: 4786512.

HSL color Cylindrical-coordinate representation of color #500949: hue angle of 305.92º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500949 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB80973-
CMYK00.890.090.69
HSL305.92º79.78%17.45%-
HSV(B)305.92º88.75%31.37%-
XYZ4.612.386.52-
YUV37.52148.02158.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 73 (28.91% from 255) = 45.06%
R=49.38%
G=5.56%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8097300.890.090.69305.9279.7817.45
Hex509490599451325011
Octal1201111101311110546212021
Binary1010000100110010010101100110011000101100110010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500949; }

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

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

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

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

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

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

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

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