#500247

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

Shades of Tyrian Purple #500247

Tints of Tyrian Purple #500247

Color information

#500247 (or 0x500247) is unknown color: approx Tyrian Purple. HEX triplet: 50, 02 and 47. RGB value is (80,2,71). Sum of RGB (Red+Green+Blue) = 80+2+71=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #500247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500247 is #AFFDB8. Grayscale: #202020. Windows color (decimal): -11533753 or 4653648. OLE color: 4653648.

HSL color Cylindrical-coordinate representation of color #500247: hue angle of 306.92º 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 #500247 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB80271-
CMYK00.980.110.69
HSL306.92º95.12%16.08%-
HSV(B)306.92º97.5%31.37%-
XYZ4.472.26.15-
YUV33.19149.34161.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 71 (28.12% from 255) = 46.41%
R=52.29%
G=1.31%
B=46.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8027100.980.110.69306.9295.1216.08
Hex50247062B451335f10
Octal120210701421310546313720
Binary10100001010001110110001010111000101100110011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500247; }

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

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

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

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

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

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

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

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