#500249

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

Shades of Tyrian Purple #500249

Tints of Tyrian Purple #500249

Color information

#500249 (or 0x500249) is unknown color: approx Tyrian Purple. HEX triplet: 50, 02 and 49. RGB value is (80,2,73). Sum of RGB (Red+Green+Blue) = 80+2+73=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #500249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500249 is #AFFDB6. Grayscale: #212121. Windows color (decimal): -11533751 or 4784720. OLE color: 4784720.

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

Color convert

RGB80273-
CMYK00.980.090.69
HSL305.38º95.12%16.08%-
HSV(B)305.38º97.5%31.37%-
XYZ4.532.236.49-
YUV33.42150.34161.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 73 (28.91% from 255) = 47.10%
R=51.61%
G=1.29%
B=47.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8027300.980.090.69305.3895.1216.08
Hex502490629451315f10
Octal120211101421110546113720
Binary10100001010010010110001010011000101100110001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500249; }

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

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

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

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

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

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

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

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