#500142

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

Shades of Tyrian Purple #500142

Tints of Tyrian Purple #500142

Color information

#500142 (or 0x500142) is unknown color: approx Tyrian Purple. HEX triplet: 50, 01 and 42. RGB value is (80,1,66). Sum of RGB (Red+Green+Blue) = 80+1+66=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #500142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500142 is #AFFEBD. Grayscale: #1F1F1F. Windows color (decimal): -11534014 or 4325712. OLE color: 4325712.

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

Color convert

RGB80166-
CMYK00.990.170.69
HSL310.63º97.53%15.88%-
HSV(B)310.63º98.75%31.37%-
XYZ4.32.125.34-
YUV32.03147.17162.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.42%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 66 (26.17% from 255) = 44.90%
R=54.42%
G=0.68%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8016600.990.170.69310.6397.5315.88
Hex5014206311451376210
Octal120110201432110546714220
Binary10100001100001001100011100011000101100110111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500142; }

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

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

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

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

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

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

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

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