#500145

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

Shades of Tyrian Purple #500145

Tints of Tyrian Purple #500145

Color information

#500145 (or 0x500145) is unknown color: approx Tyrian Purple. HEX triplet: 50, 01 and 45. RGB value is (80,1,69). Sum of RGB (Red+Green+Blue) = 80+1+69=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #500145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500145 is #AFFEBA. Grayscale: #202020. Windows color (decimal): -11534011 or 4522320. OLE color: 4522320.

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

Color convert

RGB80169-
CMYK00.990.140.69
HSL308.35º97.53%15.88%-
HSV(B)308.35º98.75%31.37%-
XYZ4.392.165.81-
YUV32.37148.67161.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.33%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 69 (27.34% from 255) = 46%
R=53.33%
G=0.67%
B=46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8016900.990.140.69308.3597.5315.88
Hex50145063E451346210
Octal120110501431610546414220
Binary1010000110001010110001111101000101100110100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500145; }

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

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

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

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

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

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

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

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