#500746

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

Shades of Tyrian Purple #500746

Tints of Tyrian Purple #500746

Color information

#500746 (or 0x500746) is unknown color: approx Tyrian Purple. HEX triplet: 50, 07 and 46. RGB value is (80,7,70). Sum of RGB (Red+Green+Blue) = 80+7+70=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #500746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500746 is #AFF8B9. Grayscale: #232323. Windows color (decimal): -11532474 or 4589392. OLE color: 4589392.

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

Color convert

RGB80770-
CMYK00.910.120.69
HSL308.22º83.91%17.06%-
HSV(B)308.22º91.25%31.37%-
XYZ4.492.36-
YUV36.01147.18159.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 70 (27.73% from 255) = 44.59%
R=50.96%
G=4.46%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8077000.910.120.69308.2283.9117.06
Hex5074605BC451345411
Octal120710601331410546412421
Binary101000011110001100101101111001000101100110100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500746; }

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

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

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

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

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

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

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

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