#50022F

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

Shades of Tyrian Purple #50022F

Tints of Tyrian Purple #50022F

Color information

#50022F (or 0x50022F) is unknown color: approx Tyrian Purple. HEX triplet: 50, 02 and 2F. RGB value is (80,2,47). Sum of RGB (Red+Green+Blue) = 80+2+47=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #50022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50022F is #AFFDD0. Grayscale: #1E1E1E. Windows color (decimal): -11533777 or 3080784. OLE color: 3080784.

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

Color convert

RGB80247-
CMYK00.980.410.69
HSL325.38º95.12%16.08%-
HSV(B)325.38º97.5%31.37%-
XYZ3.841.952.86-
YUV30.45137.34163.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 47 (18.75% from 255) = 36.43%
R=62.02%
G=1.55%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8024700.980.410.69325.3895.1216.08
Hex5022F06229451455f10
Octal12025701425110550513720
Binary101000010101111011000101010011000101101000101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50022F; }

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

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

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

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

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

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

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

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