#51064E

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

Shades of Tyrian Purple #51064E

Tints of Tyrian Purple #51064E

Color information

#51064E (or 0x51064E) is unknown color: approx Tyrian Purple. HEX triplet: 51, 06 and 4E. RGB value is (81,6,78). Sum of RGB (Red+Green+Blue) = 81+6+78=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #51064E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51064E is #AEF9B1. Grayscale: #242424. Windows color (decimal): -11467186 or 5113425. OLE color: 5113425.

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

Color convert

RGB81678-
CMYK00.930.040.68
HSL302.4º86.21%17.06%-
HSV(B)302.4º92.59%31.76%-
XYZ4.832.437.42-
YUV36.63151.35159.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 6 (2.73% from 255) = 3.64%
BLUE value IS 78 (30.86% from 255) = 47.27%
R=49.09%
G=3.64%
B=47.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8167800.930.040.68302.486.2117.06
Hex5164E05D44412e5611
Octal12161160135410445612621
Binary10100011101001110010111011001000100100101110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,6,78); }

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

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

 a { background-color: rgb(81,6,78); }

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

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

 span { border-color: rgb(81,6,78); }

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