#500738

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

Shades of Tyrian Purple #500738

Tints of Tyrian Purple #500738

Color information

#500738 (or 0x500738) is unknown color: approx Tyrian Purple. HEX triplet: 50, 07 and 38. RGB value is (80,7,56). Sum of RGB (Red+Green+Blue) = 80+7+56=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #500738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500738 is #AFF8C7. Grayscale: #222222. Windows color (decimal): -11532488 or 3671888. OLE color: 3671888.

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

Color convert

RGB80756-
CMYK00.910.300.69
HSL319.73º83.91%17.06%-
HSV(B)319.73º91.25%31.37%-
XYZ4.12.143.94-
YUV34.41140.18160.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 7 (3.12% from 255) = 4.90%
BLUE value IS 56 (22.27% from 255) = 39.16%
R=55.94%
G=4.90%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8075600.910.300.69319.7383.9117.06
Hex5073805B1E451405411
Octal12077001333610550012421
Binary101000011111100001011011111101000101101000000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500738; }

 p { color: rgb(80,7,56); }

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

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

 a { background-color: rgb(80,7,56); }

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

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

 span { border-color: rgb(80,7,56); }

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