#500542

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

Shades of Tyrian Purple #500542

Tints of Tyrian Purple #500542

Color information

#500542 (or 0x500542) is unknown color: approx Tyrian Purple. HEX triplet: 50, 05 and 42. RGB value is (80,5,66). Sum of RGB (Red+Green+Blue) = 80+5+66=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #500542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500542 is #AFFABD. Grayscale: #222222. Windows color (decimal): -11532990 or 4326736. OLE color: 4326736.

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

Color convert

RGB80566-
CMYK00.940.170.69
HSL311.2º88.24%16.67%-
HSV(B)311.2º93.75%31.37%-
XYZ4.352.215.35-
YUV34.38145.85160.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 66 (26.17% from 255) = 43.71%
R=52.98%
G=3.31%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8056600.940.170.69311.288.2416.67
Hex5054205E11451375811
Octal120510201362110546713021
Binary1010000101100001001011110100011000101100110111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500542; }

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

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

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

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

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

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

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

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