#50004F

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

Shades of Tyrian Purple #50004F

Tints of Tyrian Purple #50004F

Color information

#50004F (or 0x50004F) is unknown color: approx Tyrian Purple. HEX triplet: 50, 00 and 4F. RGB value is (80,0,79). Sum of RGB (Red+Green+Blue) = 80+0+79=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50004F is #AFFFB0. Grayscale: #202020. Windows color (decimal): -11534257 or 5177424. OLE color: 5177424.

HSL color Cylindrical-coordinate representation of color #50004F: hue angle of 300.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50004F is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB80079-
CMYK010.010.69
HSL300.75º100%15.69%-
HSV(B)300.75º100%31.37%-
XYZ4.722.277.59-
YUV32.93154161.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 49.69%
R=50.31%
G=0%
B=49.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80079010.010.69300.7510015.69
Hex5004F06414512d6410
Octal12001170144110545514420
Binary1010000010011110110010011000101100101101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50004F; }

 p { color: rgb(80,0,79); }

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

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

 a { background-color: rgb(80,0,79); }

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

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

 span { border-color: rgb(80,0,79); }

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