#500D42

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

Shades of Tyrian Purple #500D42

Tints of Tyrian Purple #500D42

Color information

#500D42 (or 0x500D42) is unknown color: approx Tyrian Purple. HEX triplet: 50, 0D and 42. RGB value is (80,13,66). Sum of RGB (Red+Green+Blue) = 80+13+66=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #500D42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D42 is #AFF2BD. Grayscale: #262626. Windows color (decimal): -11530942 or 4328784. OLE color: 4328784.

HSL color Cylindrical-coordinate representation of color #500D42: hue angle of 312.54º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #500D42 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB801366-
CMYK00.840.170.69
HSL312.54º72.04%18.24%-
HSV(B)312.54º83.75%31.37%-
XYZ4.442.395.38-
YUV39.07143.2157.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 13 (5.47% from 255) = 8.18%
BLUE value IS 66 (26.17% from 255) = 41.51%
R=50.31%
G=8.18%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80136600.840.170.69312.5472.0418.24
Hex50D4205411451394812
Octal1201510201242110547111022
Binary10100001101100001001010100100011000101100111001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500D42; }

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

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

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

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

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

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

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

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