#80054C

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

Shades of Tyrian Purple #80054C

Tints of Tyrian Purple #80054C

Color information

#80054C (or 0x80054C) is unknown color: approx Tyrian Purple. HEX triplet: 80, 05 and 4C. RGB value is (128,5,76). Sum of RGB (Red+Green+Blue) = 128+5+76=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #80054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80054C is #7FFAB3. Grayscale: #313131. Windows color (decimal): -8387252 or 4982144. OLE color: 4982144.

HSL color Cylindrical-coordinate representation of color #80054C: hue angle of 325.37º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80054C is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB128576-
CMYK00.960.410.50
HSL325.37º92.48%26.08%-
HSV(B)325.37º96.09%50.2%-
XYZ10.265.227.3-
YUV49.87142.75183.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.24%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=61.24%
G=2.39%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12857600.960.410.50325.3792.4826.08
Hex8054C06029321455c1a
Octal20051140140516250513432
Binary10000000101100110001100000101001110010101000101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,5,76); }

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

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

 a { background-color: rgb(128,5,76); }

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

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

 span { border-color: rgb(128,5,76); }

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