#50004B

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

Shades of Tyrian Purple #50004B

Tints of Tyrian Purple #50004B

Color information

#50004B (or 0x50004B) is unknown color: approx Tyrian Purple. HEX triplet: 50, 00 and 4B. RGB value is (80,0,75). Sum of RGB (Red+Green+Blue) = 80+0+75=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #50004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50004B is #AFFFB4. Grayscale: #202020. Windows color (decimal): -11534261 or 4915280. OLE color: 4915280.

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

Color convert

RGB80075-
CMYK010.060.69
HSL303.75º100%15.69%-
HSV(B)303.75º100%31.37%-
XYZ4.582.216.84-
YUV32.47152161.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 48.39%
R=51.61%
G=0%
B=48.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80075010.060.69303.7510015.69
Hex5004B0646451306410
Octal12001130144610546014420
Binary101000001001011011001001101000101100110000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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