#500A45

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

Shades of Tyrian Purple #500A45

Tints of Tyrian Purple #500A45

Color information

#500A45 (or 0x500A45) is unknown color: approx Tyrian Purple. HEX triplet: 50, 0A and 45. RGB value is (80,10,69). Sum of RGB (Red+Green+Blue) = 80+10+69=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #500A45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A45 is #AFF5BA. Grayscale: #252525. Windows color (decimal): -11531707 or 4524624. OLE color: 4524624.

HSL color Cylindrical-coordinate representation of color #500A45: hue angle of 309.43º 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 #500A45 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB801069-
CMYK00.870.140.69
HSL309.43º77.78%17.65%-
HSV(B)309.43º87.5%31.37%-
XYZ4.492.355.85-
YUV37.66145.69158.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 10 (4.30% from 255) = 6.29%
BLUE value IS 69 (27.34% from 255) = 43.40%
R=50.31%
G=6.29%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80106900.870.140.69309.4377.7817.65
Hex50A45057E451354e12
Octal1201210501271610546511622
Binary1010000101010001010101011111101000101100110101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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