#500046

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

Shades of Tyrian Purple #500046

Tints of Tyrian Purple #500046

Color information

#500046 (or 0x500046) is unknown color: approx Tyrian Purple. HEX triplet: 50, 00 and 46. RGB value is (80,0,70). Sum of RGB (Red+Green+Blue) = 80+0+70=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #500046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500046 is #AFFFB9. Grayscale: #1F1F1F. Windows color (decimal): -11534266 or 4587600. OLE color: 4587600.

HSL color Cylindrical-coordinate representation of color #500046: hue angle of 307.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500046 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB80070-
CMYK010.120.69
HSL307.5º100%15.69%-
HSV(B)307.5º100%31.37%-
XYZ4.412.155.98-
YUV31.9149.5162.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 70 (27.73% from 255) = 46.67%
R=53.33%
G=0%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80070010.120.69307.510015.69
Hex50046064C451346410
Octal120010601441410546414420
Binary1010000010001100110010011001000101100110100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500046; }

 p { color: rgb(80,0,70); }

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

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

 a { background-color: rgb(80,0,70); }

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

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

 span { border-color: rgb(80,0,70); }

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