#50002E

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

Shades of Tyrian Purple #50002E

Tints of Tyrian Purple #50002E

Color information

#50002E (or 0x50002E) is unknown color: approx Tyrian Purple. HEX triplet: 50, 00 and 2E. RGB value is (80,0,46). Sum of RGB (Red+Green+Blue) = 80+0+46=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #50002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50002E is #AFFFD1. Grayscale: #1D1D1D. Windows color (decimal): -11534290 or 3014736. OLE color: 3014736.

HSL color Cylindrical-coordinate representation of color #50002E: hue angle of 325.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 #50002E is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB80046-
CMYK010.420.69
HSL325.5º100%15.69%-
HSV(B)325.5º100%31.37%-
XYZ3.81.92.75-
YUV29.16137.5164.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 63.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 36.51%
R=63.49%
G=0%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80046010.420.69325.510015.69
Hex5002E0642A451466410
Octal12005601445210550614420
Binary10100000101110011001001010101000101101000110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50002E; }

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

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

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

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

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

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

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

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