#50034B

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

Shades of Tyrian Purple #50034B

Tints of Tyrian Purple #50034B

Color information

#50034B (or 0x50034B) is unknown color: approx Tyrian Purple. HEX triplet: 50, 03 and 4B. RGB value is (80,3,75). Sum of RGB (Red+Green+Blue) = 80+3+75=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50034B is #AFFCB4. Grayscale: #222222. Windows color (decimal): -11533493 or 4916048. OLE color: 4916048.

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

Color convert

RGB80375-
CMYK00.960.060.69
HSL303.9º92.77%16.27%-
HSV(B)303.9º96.25%31.37%-
XYZ4.612.286.85-
YUV34.23151.01160.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 75 (29.69% from 255) = 47.47%
R=50.63%
G=1.90%
B=47.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8037500.960.060.69303.992.7716.27
Hex5034B0606451305d10
Octal12031130140610546013520
Binary1010000111001011011000001101000101100110000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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