#50023B

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

Shades of Tyrian Purple #50023B

Tints of Tyrian Purple #50023B

Color information

#50023B (or 0x50023B) is unknown color: approx Tyrian Purple. HEX triplet: 50, 02 and 3B. RGB value is (80,2,59). Sum of RGB (Red+Green+Blue) = 80+2+59=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50023B is #AFFDC4. Grayscale: #1F1F1F. Windows color (decimal): -11533765 or 3867216. OLE color: 3867216.

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

Color convert

RGB80259-
CMYK00.980.260.69
HSL316.15º95.12%16.08%-
HSV(B)316.15º97.5%31.37%-
XYZ4.122.064.32-
YUV31.82143.34162.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 59 (23.44% from 255) = 41.84%
R=56.74%
G=1.42%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8025900.980.260.69316.1595.1216.08
Hex5023B0621A4513c5f10
Octal12027301423210547413720
Binary10100001011101101100010110101000101100111100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50023B; }

 p { color: rgb(80,2,59); }

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

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

 a { background-color: rgb(80,2,59); }

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

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

 span { border-color: rgb(80,2,59); }

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