#50002f

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

Shades of Tyrian Purple #50002F

Tints of Tyrian Purple #50002F

Color information

#50002F (or 0x50002F) is unknown color: approx Tyrian Purple. HEX triplet: 50, 00 and 2F. RGB value is (80,0,47). Sum of RGB (Red+Green+Blue) = 80+0+47=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #50002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50002F is #AFFFD0. Grayscale: #1D1D1D. Windows color (decimal): -11534289 or 3080272. OLE color: 3080272.

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

Color convert

RGB80047-
CMYK010.410.69
HSL324.75º100%15.69%-
HSV(B)324.75º100%31.37%-
XYZ3.821.912.86-
YUV29.28138164.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=62.99%
G=0%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80047010.410.69324.7510015.69
Hex5002F06429451456410
Octal12005701445110550514420
Binary10100000101111011001001010011000101101000101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50002f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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