#51074A

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

Shades of Tyrian Purple #51074A

Tints of Tyrian Purple #51074A

Color information

#51074A (or 0x51074A) is unknown color: approx Tyrian Purple. HEX triplet: 51, 07 and 4A. RGB value is (81,7,74). Sum of RGB (Red+Green+Blue) = 81+7+74=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51074A is #AEF8B5. Grayscale: #242424. Windows color (decimal): -11466934 or 4851537. OLE color: 4851537.

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

Color convert

RGB81774-
CMYK00.910.090.68
HSL305.68º84.09%17.25%-
HSV(B)305.68º91.36%31.76%-
XYZ4.712.46.69-
YUV36.76149.02159.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 4.32%
BLUE value IS 74 (29.30% from 255) = 45.68%
R=50%
G=4.32%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8177400.910.090.68305.6884.0917.25
Hex5174A05B9441325411
Octal121711201331110446212421
Binary101000111110010100101101110011000100100110010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51074A; }

 p { color: rgb(81,7,74); }

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

<style>
 a { background-color: #51074A; }

 a { background-color: rgb(81,7,74); }

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

<style>
 span { border-color: #51074A; }

 span { border-color: rgb(81,7,74); }

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