#500144

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

Shades of Tyrian Purple #500144

Tints of Tyrian Purple #500144

Color information

#500144 (or 0x500144) is unknown color: approx Tyrian Purple. HEX triplet: 50, 01 and 44. RGB value is (80,1,68). Sum of RGB (Red+Green+Blue) = 80+1+68=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #500144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500144 is #AFFEBB. Grayscale: #202020. Windows color (decimal): -11534012 or 4456784. OLE color: 4456784.

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

Color convert

RGB80168-
CMYK00.990.150.69
HSL309.11º97.53%15.88%-
HSV(B)309.11º98.75%31.37%-
XYZ4.362.145.65-
YUV32.26148.17162.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 68 (26.95% from 255) = 45.64%
R=53.69%
G=0.67%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8016800.990.150.69309.1197.5315.88
Hex50144063F451356210
Octal120110401431710546514220
Binary1010000110001000110001111111000101100110101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500144; }

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

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

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

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

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

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

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

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