#500541

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

Shades of Tyrian Purple #500541

Tints of Tyrian Purple #500541

Color information

#500541 (or 0x500541) is unknown color: approx Tyrian Purple. HEX triplet: 50, 05 and 41. RGB value is (80,5,65). Sum of RGB (Red+Green+Blue) = 80+5+65=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #500541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500541 is #AFFABE. Grayscale: #222222. Windows color (decimal): -11532991 or 4261200. OLE color: 4261200.

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

Color convert

RGB80565-
CMYK00.940.190.69
HSL312º88.24%16.67%-
HSV(B)312º93.75%31.37%-
XYZ4.322.25.2-
YUV34.26145.35160.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.33%
GREEN value IS 5 (2.34% from 255) = 3.33%
BLUE value IS 65 (25.78% from 255) = 43.33%
R=53.33%
G=3.33%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8056500.940.190.6931288.2416.67
Hex5054105E13451385811
Octal120510101362310547013021
Binary1010000101100000101011110100111000101100111000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500541; }

 p { color: rgb(80,5,65); }

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

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

 a { background-color: rgb(80,5,65); }

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

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

 span { border-color: rgb(80,5,65); }

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