#80054B

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

Shades of Tyrian Purple #80054B

Tints of Tyrian Purple #80054B

Color information

#80054B (or 0x80054B) is unknown color: approx Tyrian Purple. HEX triplet: 80, 05 and 4B. RGB value is (128,5,75). Sum of RGB (Red+Green+Blue) = 128+5+75=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80054B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80054B is #7FFAB4. Grayscale: #313131. Windows color (decimal): -8387253 or 4916608. OLE color: 4916608.

HSL color Cylindrical-coordinate representation of color #80054B: hue angle of 325.85º 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 #80054B is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB128575-
CMYK00.960.410.50
HSL325.85º92.48%26.08%-
HSV(B)325.85º96.09%50.2%-
XYZ10.235.217.12-
YUV49.76142.25183.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.54%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=61.54%
G=2.40%
B=36.06%

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
Decimal12857500.960.410.50325.8592.4826.08
Hex8054B06029321465c1a
Octal20051130140516250613432
Binary10000000101100101101100000101001110010101000110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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