#500749

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

Shades of Tyrian Purple #500749

Tints of Tyrian Purple #500749

Color information

#500749 (or 0x500749) is unknown color: approx Tyrian Purple. HEX triplet: 50, 07 and 49. RGB value is (80,7,73). Sum of RGB (Red+Green+Blue) = 80+7+73=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #500749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500749 is #AFF8B6. Grayscale: #242424. Windows color (decimal): -11532471 or 4786000. OLE color: 4786000.

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

Color convert

RGB80773-
CMYK00.910.090.69
HSL305.75º83.91%17.06%-
HSV(B)305.75º91.25%31.37%-
XYZ4.592.346.51-
YUV36.35148.68159.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 4.38%
BLUE value IS 73 (28.91% from 255) = 45.62%
R=50%
G=4.38%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8077300.910.090.69305.7583.9117.06
Hex5074905B9451325411
Octal120711101331110546212421
Binary101000011110010010101101110011000101100110010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500749; }

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

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

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

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

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

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

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

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