#501143

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

Shades of Tyrian Purple #501143

Tints of Tyrian Purple #501143

Color information

#501143 (or 0x501143) is unknown color: approx Tyrian Purple. HEX triplet: 50, 11 and 43. RGB value is (80,17,67). Sum of RGB (Red+Green+Blue) = 80+17+67=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #501143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501143 is #AFEEBC. Grayscale: #292929. Windows color (decimal): -11529917 or 4395344. OLE color: 4395344.

HSL color Cylindrical-coordinate representation of color #501143: hue angle of 312.38º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501143 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB801767-
CMYK00.790.160.69
HSL312.38º64.95%19.02%-
HSV(B)312.38º78.75%31.37%-
XYZ4.522.515.56-
YUV41.54142.37155.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 17 (7.03% from 255) = 10.37%
BLUE value IS 67 (26.56% from 255) = 40.85%
R=48.78%
G=10.37%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80176700.790.160.69312.3864.9519.02
Hex50114304F10451384113
Octal1202110301172010547010123
Binary101000010001100001101001111100001000101100111000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501143; }

 p { color: rgb(80,17,67); }

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

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

 a { background-color: rgb(80,17,67); }

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

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

 span { border-color: rgb(80,17,67); }

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