#500141

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

Shades of Tyrian Purple #500141

Tints of Tyrian Purple #500141

Color information

#500141 (or 0x500141) is unknown color: approx Tyrian Purple. HEX triplet: 50, 01 and 41. RGB value is (80,1,65). Sum of RGB (Red+Green+Blue) = 80+1+65=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #500141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500141 is #AFFEBE. Grayscale: #1F1F1F. Windows color (decimal): -11534015 or 4260176. OLE color: 4260176.

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

Color convert

RGB80165-
CMYK00.990.190.69
HSL311.39º97.53%15.88%-
HSV(B)311.39º98.75%31.37%-
XYZ4.272.115.18-
YUV31.92146.67162.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 65 (25.78% from 255) = 44.52%
R=54.79%
G=0.68%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8016500.990.190.69311.3997.5315.88
Hex5014106313451376210
Octal120110101432310546714220
Binary10100001100000101100011100111000101100110111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500141; }

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

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

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

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

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

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

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

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