#500742

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

Shades of Tyrian Purple #500742

Tints of Tyrian Purple #500742

Color information

#500742 (or 0x500742) is unknown color: approx Tyrian Purple. HEX triplet: 50, 07 and 42. RGB value is (80,7,66). Sum of RGB (Red+Green+Blue) = 80+7+66=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #500742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500742 is #AFF8BD. Grayscale: #232323. Windows color (decimal): -11532478 or 4327248. OLE color: 4327248.

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

Color convert

RGB80766-
CMYK00.910.170.69
HSL311.51º83.91%17.06%-
HSV(B)311.51º91.25%31.37%-
XYZ4.372.255.36-
YUV35.55145.18159.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 7 (3.12% from 255) = 4.58%
BLUE value IS 66 (26.17% from 255) = 43.14%
R=52.29%
G=4.58%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8076600.910.170.69311.5183.9117.06
Hex5074205B11451385411
Octal120710201332110547012421
Binary1010000111100001001011011100011000101100111000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500742; }

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

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

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

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

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

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

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

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