#500442

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

Shades of Tyrian Purple #500442

Tints of Tyrian Purple #500442

Color information

#500442 (or 0x500442) is unknown color: approx Tyrian Purple. HEX triplet: 50, 04 and 42. RGB value is (80,4,66). Sum of RGB (Red+Green+Blue) = 80+4+66=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #500442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500442 is #AFFBBD. Grayscale: #212121. Windows color (decimal): -11533246 or 4326480. OLE color: 4326480.

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

Color convert

RGB80466-
CMYK00.950.170.69
HSL311.05º90.48%16.47%-
HSV(B)311.05º95%31.37%-
XYZ4.342.195.35-
YUV33.79146.18160.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.33%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 66 (26.17% from 255) = 44%
R=53.33%
G=2.67%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8046600.950.170.69311.0590.4816.47
Hex5044205F11451375a10
Octal120410201372110546713220
Binary1010000100100001001011111100011000101100110111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500442; }

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

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

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

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

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

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

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

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