#500736

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

Shades of Tyrian Purple #500736

Tints of Tyrian Purple #500736

Color information

#500736 (or 0x500736) is unknown color: approx Tyrian Purple. HEX triplet: 50, 07 and 36. RGB value is (80,7,54). Sum of RGB (Red+Green+Blue) = 80+7+54=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #500736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500736 is #AFF8C9. Grayscale: #222222. Windows color (decimal): -11532490 or 3540816. OLE color: 3540816.

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

Color convert

RGB80754-
CMYK00.910.330.69
HSL321.37º83.91%17.06%-
HSV(B)321.37º91.25%31.37%-
XYZ4.052.123.69-
YUV34.18139.18160.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 54 (21.48% from 255) = 38.30%
R=56.74%
G=4.96%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8075400.910.330.69321.3783.9117.06
Hex5073605B21451415411
Octal12076601334110550112421
Binary1010000111110110010110111000011000101101000001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500736; }

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

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

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

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

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

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

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

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