#500534

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

Shades of Tyrian Purple #500534

Tints of Tyrian Purple #500534

Color information

#500534 (or 0x500534) is unknown color: approx Tyrian Purple. HEX triplet: 50, 05 and 34. RGB value is (80,5,52). Sum of RGB (Red+Green+Blue) = 80+5+52=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #500534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500534 is #AFFACB. Grayscale: #202020. Windows color (decimal): -11533004 or 3409232. OLE color: 3409232.

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

Color convert

RGB80552-
CMYK00.940.350.69
HSL322.4º88.24%16.67%-
HSV(B)322.4º93.75%31.37%-
XYZ3.982.063.44-
YUV32.78138.85161.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.39%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 52 (20.70% from 255) = 37.96%
R=58.39%
G=3.65%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8055200.940.350.69322.488.2416.67
Hex5053405E23451425811
Octal12056401364310550213021
Binary1010000101110100010111101000111000101101000010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500534; }

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

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

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

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

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

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

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

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