#500942

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

Shades of Tyrian Purple #500942

Tints of Tyrian Purple #500942

Color information

#500942 (or 0x500942) is unknown color: approx Tyrian Purple. HEX triplet: 50, 09 and 42. RGB value is (80,9,66). Sum of RGB (Red+Green+Blue) = 80+9+66=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #500942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500942 is #AFF6BD. Grayscale: #242424. Windows color (decimal): -11531966 or 4327760. OLE color: 4327760.

HSL color Cylindrical-coordinate representation of color #500942: hue angle of 311.83º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500942 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB80966-
CMYK00.890.170.69
HSL311.83º79.78%17.45%-
HSV(B)311.83º88.75%31.37%-
XYZ4.392.295.37-
YUV36.73144.52158.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 66 (26.17% from 255) = 42.58%
R=51.61%
G=5.81%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8096600.890.170.69311.8379.7817.45
Hex5094205911451385011
Octal1201110201312110547012021
Binary10100001001100001001011001100011000101100111000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500942; }

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

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

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

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

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

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

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

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