#500944

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

Shades of Tyrian Purple #500944

Tints of Tyrian Purple #500944

Color information

#500944 (or 0x500944) is unknown color: approx Tyrian Purple. HEX triplet: 50, 09 and 44. RGB value is (80,9,68). Sum of RGB (Red+Green+Blue) = 80+9+68=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #500944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500944 is #AFF6BB. Grayscale: #242424. Windows color (decimal): -11531964 or 4458832. OLE color: 4458832.

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

Color convert

RGB80968-
CMYK00.890.150.69
HSL310.14º79.78%17.45%-
HSV(B)310.14º88.75%31.37%-
XYZ4.452.325.68-
YUV36.96145.52158.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 68 (26.95% from 255) = 43.31%
R=50.96%
G=5.73%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8096800.890.150.69310.1479.7817.45
Hex50944059F451365011
Octal1201110401311710546612021
Binary1010000100110001000101100111111000101100110110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500944; }

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

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

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

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

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

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

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

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