#51084C

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

Shades of Tyrian Purple #51084C

Tints of Tyrian Purple #51084C

Color information

#51084C (or 0x51084C) is unknown color: approx Tyrian Purple. HEX triplet: 51, 08 and 4C. RGB value is (81,8,76). Sum of RGB (Red+Green+Blue) = 81+8+76=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #51084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51084C is #AEF7B3. Grayscale: #252525. Windows color (decimal): -11466676 or 4982865. OLE color: 4982865.

HSL color Cylindrical-coordinate representation of color #51084C: hue angle of 304.11º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51084C is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB81876-
CMYK00.900.060.68
HSL304.11º82.02%17.45%-
HSV(B)304.11º90.12%31.76%-
XYZ4.782.447.06-
YUV37.58149.68158.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 76 (30.08% from 255) = 46.06%
R=49.09%
G=4.85%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8187600.900.060.68304.1182.0217.45
Hex5184C05A6441305211
Octal121101140132610446012221
Binary101000110001001100010110101101000100100110000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51084C; }

 p { color: rgb(81,8,76); }

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

<style>
 a { background-color: #51084C; }

 a { background-color: rgb(81,8,76); }

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

<style>
 span { border-color: #51084C; }

 span { border-color: rgb(81,8,76); }

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