#50013B

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

Shades of Tyrian Purple #50013B

Tints of Tyrian Purple #50013B

Color information

#50013B (or 0x50013B) is unknown color: approx Tyrian Purple. HEX triplet: 50, 01 and 3B. RGB value is (80,1,59). Sum of RGB (Red+Green+Blue) = 80+1+59=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #50013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50013B is #AFFEC4. Grayscale: #1F1F1F. Windows color (decimal): -11534021 or 3866960. OLE color: 3866960.

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

Color convert

RGB80159-
CMYK00.990.260.69
HSL315.95º97.53%15.88%-
HSV(B)315.95º98.75%31.37%-
XYZ4.112.044.32-
YUV31.23143.67162.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.14%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 59 (23.44% from 255) = 42.14%
R=57.14%
G=0.71%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8015900.990.260.69315.9597.5315.88
Hex5013B0631A4513c6210
Octal12017301433210547414220
Binary1010000111101101100011110101000101100111100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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