#500A3B

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

Shades of Tyrian Purple #500A3B

Tints of Tyrian Purple #500A3B

Color information

#500A3B (or 0x500A3B) is unknown color: approx Tyrian Purple. HEX triplet: 50, 0A and 3B. RGB value is (80,10,59). Sum of RGB (Red+Green+Blue) = 80+10+59=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #500A3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A3B is #AFF5C4. Grayscale: #242424. Windows color (decimal): -11531717 or 3869264. OLE color: 3869264.

HSL color Cylindrical-coordinate representation of color #500A3B: hue angle of 318º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500A3B is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB801059-
CMYK00.870.260.69
HSL318º77.78%17.65%-
HSV(B)318º87.5%31.37%-
XYZ4.212.244.35-
YUV36.52140.69159.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 10 (4.30% from 255) = 6.71%
BLUE value IS 59 (23.44% from 255) = 39.60%
R=53.69%
G=6.71%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80105900.870.260.6931877.7817.65
Hex50A3B0571A4513e4e12
Octal120127301273210547611622
Binary1010000101011101101010111110101000101100111110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500A3B; }

 p { color: rgb(80,10,59); }

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

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

 a { background-color: rgb(80,10,59); }

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

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

 span { border-color: rgb(80,10,59); }

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