#50013C

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

Shades of Tyrian Purple #50013C

Tints of Tyrian Purple #50013C

Color information

#50013C (or 0x50013C) is unknown color: approx Tyrian Purple. HEX triplet: 50, 01 and 3C. RGB value is (80,1,60). Sum of RGB (Red+Green+Blue) = 80+1+60=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50013C is #AFFEC3. Grayscale: #1F1F1F. Windows color (decimal): -11534020 or 3932496. OLE color: 3932496.

HSL color Cylindrical-coordinate representation of color #50013C: hue angle of 315.19º 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 #50013C is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB80160-
CMYK00.990.250.69
HSL315.19º97.53%15.88%-
HSV(B)315.19º98.75%31.37%-
XYZ4.132.054.45-
YUV31.35144.17162.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=56.74%
G=0.71%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8016000.990.250.69315.1997.5315.88
Hex5013C063194513b6210
Octal12017401433110547314220
Binary1010000111110001100011110011000101100111011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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