#50002D

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

Shades of Tyrian Purple #50002D

Tints of Tyrian Purple #50002D

Color information

#50002D (or 0x50002D) is unknown color: approx Tyrian Purple. HEX triplet: 50, 00 and 2D. RGB value is (80,0,45). Sum of RGB (Red+Green+Blue) = 80+0+45=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #50002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50002D is #AFFFD2. Grayscale: #1C1C1C. Windows color (decimal): -11534291 or 2949200. OLE color: 2949200.

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

Color convert

RGB80045-
CMYK010.440.69
HSL326.25º100%15.69%-
HSV(B)326.25º100%31.37%-
XYZ3.781.892.65-
YUV29.05137164.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 36%
R=64%
G=0%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80045010.440.69326.2510015.69
Hex5002D0642C451466410
Octal12005501445410550614420
Binary10100000101101011001001011001000101101000110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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