#51043E

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

Shades of Tyrian Purple #51043E

Tints of Tyrian Purple #51043E

Color information

#51043E (or 0x51043E) is unknown color: approx Tyrian Purple. HEX triplet: 51, 04 and 3E. RGB value is (81,4,62). Sum of RGB (Red+Green+Blue) = 81+4+62=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #51043E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51043E is #AEFBC1. Grayscale: #212121. Windows color (decimal): -11467714 or 4064337. OLE color: 4064337.

HSL color Cylindrical-coordinate representation of color #51043E: hue angle of 314.81º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51043E is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB81462-
CMYK00.950.230.68
HSL314.81º90.59%16.67%-
HSV(B)314.81º95.06%31.76%-
XYZ4.312.184.75-
YUV33.64144.01161.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.10%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 62 (24.61% from 255) = 42.18%
R=55.10%
G=2.72%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8146200.950.230.68314.8190.5916.67
Hex5143E05F174413b5b11
Octal12147601372710447313321
Binary101000110011111001011111101111000100100111011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51043E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,4,62); }

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

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

 a { background-color: rgb(81,4,62); }

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

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

 span { border-color: rgb(81,4,62); }

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