#51094A

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

Shades of Tyrian Purple #51094A

Tints of Tyrian Purple #51094A

Color information

#51094A (or 0x51094A) is unknown color: approx Tyrian Purple. HEX triplet: 51, 09 and 4A. RGB value is (81,9,74). Sum of RGB (Red+Green+Blue) = 81+9+74=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #51094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51094A is #AEF6B5. Grayscale: #252525. Windows color (decimal): -11466422 or 4852049. OLE color: 4852049.

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

Color convert

RGB81974-
CMYK00.890.090.68
HSL305.83º80%17.65%-
HSV(B)305.83º88.89%31.76%-
XYZ4.732.446.7-
YUV37.94148.35158.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 9 (3.91% from 255) = 5.49%
BLUE value IS 74 (29.30% from 255) = 45.12%
R=49.39%
G=5.49%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8197400.890.090.68305.838017.65
Hex5194A0599441325012
Octal1211111201311110446212022
Binary1010001100110010100101100110011000100100110010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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