#50023A

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

Shades of Tyrian Purple #50023A

Tints of Tyrian Purple #50023A

Color information

#50023A (or 0x50023A) is unknown color: approx Tyrian Purple. HEX triplet: 50, 02 and 3A. RGB value is (80,2,58). Sum of RGB (Red+Green+Blue) = 80+2+58=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #50023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50023A is #AFFDC5. Grayscale: #1F1F1F. Windows color (decimal): -11533766 or 3801680. OLE color: 3801680.

HSL color Cylindrical-coordinate representation of color #50023A: hue angle of 316.92º 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 #50023A is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB80258-
CMYK00.980.280.69
HSL316.92º95.12%16.08%-
HSV(B)316.92º97.5%31.37%-
XYZ4.092.054.18-
YUV31.71142.84162.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.14%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 58 (23.05% from 255) = 41.43%
R=57.14%
G=1.43%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8025800.980.280.69316.9295.1216.08
Hex5023A0621C4513d5f10
Octal12027201423410547513720
Binary10100001011101001100010111001000101100111101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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