#50034E

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

Shades of Tyrian Purple #50034E

Tints of Tyrian Purple #50034E

Color information

#50034E (or 0x50034E) is unknown color: approx Tyrian Purple. HEX triplet: 50, 03 and 4E. RGB value is (80,3,78). Sum of RGB (Red+Green+Blue) = 80+3+78=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50034E is #AFFCB1. Grayscale: #222222. Windows color (decimal): -11533490 or 5112656. OLE color: 5112656.

HSL color Cylindrical-coordinate representation of color #50034E: hue angle of 301.56º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50034E is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB80378-
CMYK00.960.020.69
HSL301.56º92.77%16.27%-
HSV(B)301.56º96.25%31.37%-
XYZ4.722.327.41-
YUV34.57152.51160.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 78 (30.86% from 255) = 48.45%
R=49.69%
G=1.86%
B=48.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8037800.960.020.69301.5692.7716.27
Hex5034E06024512e5d10
Octal12031160140210545613520
Binary101000011100111001100000101000101100101110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50034E; }

 p { color: rgb(80,3,78); }

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

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

 a { background-color: rgb(80,3,78); }

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

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

 span { border-color: rgb(80,3,78); }

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