#500747

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

Shades of Tyrian Purple #500747

Tints of Tyrian Purple #500747

Color information

#500747 (or 0x500747) is unknown color: approx Tyrian Purple. HEX triplet: 50, 07 and 47. RGB value is (80,7,71). Sum of RGB (Red+Green+Blue) = 80+7+71=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #500747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500747 is #AFF8B8. Grayscale: #232323. Windows color (decimal): -11532473 or 4654928. OLE color: 4654928.

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

Color convert

RGB80771-
CMYK00.910.110.69
HSL307.4º83.91%17.06%-
HSV(B)307.4º91.25%31.37%-
XYZ4.522.316.17-
YUV36.12147.68159.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 71 (28.12% from 255) = 44.94%
R=50.63%
G=4.43%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8077100.910.110.69307.483.9117.06
Hex5074705BB451335411
Octal120710701331310546312421
Binary101000011110001110101101110111000101100110011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500747; }

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

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

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

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

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

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

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

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