#50043B

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

Shades of Tyrian Purple #50043B

Tints of Tyrian Purple #50043B

Color information

#50043B (or 0x50043B) is unknown color: approx Tyrian Purple. HEX triplet: 50, 04 and 3B. RGB value is (80,4,59). Sum of RGB (Red+Green+Blue) = 80+4+59=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50043B is #AFFBC4. Grayscale: #202020. Windows color (decimal): -11533253 or 3867728. OLE color: 3867728.

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

Color convert

RGB80459-
CMYK00.950.260.69
HSL316.58º90.48%16.47%-
HSV(B)316.58º95%31.37%-
XYZ4.142.114.33-
YUV32.99142.68161.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 59 (23.44% from 255) = 41.26%
R=55.94%
G=2.80%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8045900.950.260.69316.5890.4816.47
Hex5043B05F1A4513d5a10
Octal12047301373210547513220
Binary101000010011101101011111110101000101100111101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50043B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,4,59); }

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

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

 a { background-color: rgb(80,4,59); }

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

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

 span { border-color: rgb(80,4,59); }

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