#500842

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

Shades of Tyrian Purple #500842

Tints of Tyrian Purple #500842

Color information

#500842 (or 0x500842) is unknown color: approx Tyrian Purple. HEX triplet: 50, 08 and 42. RGB value is (80,8,66). Sum of RGB (Red+Green+Blue) = 80+8+66=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #500842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500842 is #AFF7BD. Grayscale: #232323. Windows color (decimal): -11532222 or 4327504. OLE color: 4327504.

HSL color Cylindrical-coordinate representation of color #500842: hue angle of 311.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 #500842 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB80866-
CMYK00.900.170.69
HSL311.67º81.82%17.25%-
HSV(B)311.67º90%31.37%-
XYZ4.382.275.36-
YUV36.14144.85159.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 8 (3.52% from 255) = 5.19%
BLUE value IS 66 (26.17% from 255) = 42.86%
R=51.95%
G=5.19%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8086600.900.170.69311.6781.8217.25
Hex5084205A11451385211
Octal1201010201322110547012221
Binary10100001000100001001011010100011000101100111000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500842; }

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

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

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

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

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

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

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

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