#50054C

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

Shades of Tyrian Purple #50054C

Tints of Tyrian Purple #50054C

Color information

#50054C (or 0x50054C) is unknown color: approx Tyrian Purple. HEX triplet: 50, 05 and 4C. RGB value is (80,5,76). Sum of RGB (Red+Green+Blue) = 80+5+76=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50054C is #AFFAB3. Grayscale: #232323. Windows color (decimal): -11532980 or 4982096. OLE color: 4982096.

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

Color convert

RGB80576-
CMYK00.940.050.69
HSL303.2º88.24%16.67%-
HSV(B)303.2º93.75%31.37%-
XYZ4.672.347.04-
YUV35.52150.85159.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 76 (30.08% from 255) = 47.20%
R=49.69%
G=3.11%
B=47.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8057600.940.050.69303.288.2416.67
Hex5054C05E54512f5811
Octal12051140136510545713021
Binary10100001011001100010111101011000101100101111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50054C; }

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

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

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

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

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

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

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

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