#500343

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

Shades of Tyrian Purple #500343

Tints of Tyrian Purple #500343

Color information

#500343 (or 0x500343) is unknown color: approx Tyrian Purple. HEX triplet: 50, 03 and 43. RGB value is (80,3,67). Sum of RGB (Red+Green+Blue) = 80+3+67=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #500343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500343 is #AFFCBC. Grayscale: #212121. Windows color (decimal): -11533501 or 4391760. OLE color: 4391760.

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

Color convert

RGB80367-
CMYK00.960.160.69
HSL310.13º92.77%16.27%-
HSV(B)310.13º96.25%31.37%-
XYZ4.352.185.5-
YUV33.32147.01161.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.33%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 67 (26.56% from 255) = 44.67%
R=53.33%
G=2%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8036700.960.160.69310.1392.7716.27
Hex5034306010451365d10
Octal120310301402010546613520
Binary101000011100001101100000100001000101100110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500343; }

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

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

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

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

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

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

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

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