#500848

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

Shades of Tyrian Purple #500848

Tints of Tyrian Purple #500848

Color information

#500848 (or 0x500848) is unknown color: approx Tyrian Purple. HEX triplet: 50, 08 and 48. RGB value is (80,8,72). Sum of RGB (Red+Green+Blue) = 80+8+72=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #500848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500848 is #AFF7B7. Grayscale: #242424. Windows color (decimal): -11532216 or 4720720. OLE color: 4720720.

HSL color Cylindrical-coordinate representation of color #500848: hue angle of 306.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500848 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB80872-
CMYK00.900.100.69
HSL306.67º81.82%17.25%-
HSV(B)306.67º90%31.37%-
XYZ4.562.356.34-
YUV36.82147.85158.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 5%
BLUE value IS 72 (28.52% from 255) = 45%
R=50%
G=5%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8087200.900.100.69306.6781.8217.25
Hex5084805AA451335211
Octal1201011001321210546312221
Binary1010000100010010000101101010101000101100110011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500848; }

 p { color: rgb(80,8,72); }

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

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

 a { background-color: rgb(80,8,72); }

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

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

 span { border-color: rgb(80,8,72); }

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