#500243

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

Shades of Tyrian Purple #500243

Tints of Tyrian Purple #500243

Color information

#500243 (or 0x500243) is unknown color: approx Tyrian Purple. HEX triplet: 50, 02 and 43. RGB value is (80,2,67). Sum of RGB (Red+Green+Blue) = 80+2+67=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #500243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500243 is #AFFDBC. Grayscale: #202020. Windows color (decimal): -11533757 or 4391504. OLE color: 4391504.

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

Color convert

RGB80267-
CMYK00.980.160.69
HSL310º95.12%16.08%-
HSV(B)310º97.5%31.37%-
XYZ4.342.155.5-
YUV32.73147.34161.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 67 (26.56% from 255) = 44.97%
R=53.69%
G=1.34%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8026700.980.160.6931095.1216.08
Hex5024306210451365f10
Octal120210301422010546613720
Binary101000010100001101100010100001000101100110110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500243; }

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

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

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

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

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

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

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

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