#500536

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

Shades of Tyrian Purple #500536

Tints of Tyrian Purple #500536

Color information

#500536 (or 0x500536) is unknown color: approx Tyrian Purple. HEX triplet: 50, 05 and 36. RGB value is (80,5,54). Sum of RGB (Red+Green+Blue) = 80+5+54=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #500536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500536 is #AFFAC9. Grayscale: #202020. Windows color (decimal): -11533002 or 3540304. OLE color: 3540304.

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

Color convert

RGB80554-
CMYK00.940.330.69
HSL320.8º88.24%16.67%-
HSV(B)320.8º93.75%31.37%-
XYZ4.032.083.68-
YUV33.01139.85161.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.55%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 54 (21.48% from 255) = 38.85%
R=57.55%
G=3.60%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8055400.940.330.69320.888.2416.67
Hex5053605E21451415811
Octal12056601364110550113021
Binary1010000101110110010111101000011000101101000001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500536; }

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

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

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

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

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

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

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

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