#500533

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

Shades of Tyrian Purple #500533

Tints of Tyrian Purple #500533

Color information

#500533 (or 0x500533) is unknown color: approx Tyrian Purple. HEX triplet: 50, 05 and 33. RGB value is (80,5,51). Sum of RGB (Red+Green+Blue) = 80+5+51=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #500533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500533 is #AFFACC. Grayscale: #202020. Windows color (decimal): -11533005 or 3343696. OLE color: 3343696.

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

Color convert

RGB80551-
CMYK00.940.360.69
HSL323.2º88.24%16.67%-
HSV(B)323.2º93.75%31.37%-
XYZ3.962.053.32-
YUV32.67138.35161.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.82%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 51 (20.31% from 255) = 37.5%
R=58.82%
G=3.68%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8055100.940.360.69323.288.2416.67
Hex5053305E24451435811
Octal12056301364410550313021
Binary1010000101110011010111101001001000101101000011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500533; }

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

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

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

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

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

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

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

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