#50024F

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

Shades of Tyrian Purple #50024F

Tints of Tyrian Purple #50024F

Color information

#50024F (or 0x50024F) is unknown color: approx Tyrian Purple. HEX triplet: 50, 02 and 4F. RGB value is (80,2,79). Sum of RGB (Red+Green+Blue) = 80+2+79=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50024F is #AFFDB0. Grayscale: #212121. Windows color (decimal): -11533745 or 5177936. OLE color: 5177936.

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

Color convert

RGB80279-
CMYK00.980.010.69
HSL300.77º95.12%16.08%-
HSV(B)300.77º97.5%31.37%-
XYZ4.742.317.59-
YUV34.1153.34160.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 79 (31.25% from 255) = 49.07%
R=49.69%
G=1.24%
B=49.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8027900.980.010.69300.7795.1216.08
Hex5024F06214512d5f10
Octal12021170142110545513720
Binary10100001010011110110001011000101100101101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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