#500447

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

Shades of Tyrian Purple #500447

Tints of Tyrian Purple #500447

Color information

#500447 (or 0x500447) is unknown color: approx Tyrian Purple. HEX triplet: 50, 04 and 47. RGB value is (80,4,71). Sum of RGB (Red+Green+Blue) = 80+4+71=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #500447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500447 is #AFFBB8. Grayscale: #222222. Windows color (decimal): -11533241 or 4654160. OLE color: 4654160.

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

Color convert

RGB80471-
CMYK00.950.110.69
HSL307.11º90.48%16.47%-
HSV(B)307.11º95%31.37%-
XYZ4.492.256.16-
YUV34.36148.68160.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 71 (28.12% from 255) = 45.81%
R=51.61%
G=2.58%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8047100.950.110.69307.1190.4816.47
Hex5044705FB451335a10
Octal120410701371310546313220
Binary101000010010001110101111110111000101100110011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500447; }

 p { color: rgb(80,4,71); }

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

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

 a { background-color: rgb(80,4,71); }

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

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

 span { border-color: rgb(80,4,71); }

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