#500943

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

Shades of Tyrian Purple #500943

Tints of Tyrian Purple #500943

Color information

#500943 (or 0x500943) is unknown color: approx Tyrian Purple. HEX triplet: 50, 09 and 43. RGB value is (80,9,67). Sum of RGB (Red+Green+Blue) = 80+9+67=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #500943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500943 is #AFF6BC. Grayscale: #242424. Windows color (decimal): -11531965 or 4393296. OLE color: 4393296.

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

Color convert

RGB80967-
CMYK00.890.160.69
HSL310.99º79.78%17.45%-
HSV(B)310.99º88.75%31.37%-
XYZ4.422.315.52-
YUV36.84145.02158.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 67 (26.56% from 255) = 42.95%
R=51.28%
G=5.77%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8096700.890.160.69310.9979.7817.45
Hex5094305910451375011
Octal1201110301312010546712021
Binary10100001001100001101011001100001000101100110111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500943; }

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

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

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

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

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

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

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

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