#80034F

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

Shades of Tyrian Purple #80034F

Tints of Tyrian Purple #80034F

Color information

#80034F (or 0x80034F) is unknown color: approx Tyrian Purple. HEX triplet: 80, 03 and 4F. RGB value is (128,3,79). Sum of RGB (Red+Green+Blue) = 128+3+79=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80034F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80034F is #7FFCB0. Grayscale: #303030. Windows color (decimal): -8387761 or 5178240. OLE color: 5178240.

HSL color Cylindrical-coordinate representation of color #80034F: hue angle of 323.52º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80034F is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB128379-
CMYK00.980.380.50
HSL323.52º95.42%25.69%-
HSV(B)323.52º97.66%50.2%-
XYZ10.355.227.86-
YUV49.04144.91184.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.95%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 79 (31.25% from 255) = 37.62%
R=60.95%
G=1.43%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12837900.980.380.50323.5295.4225.69
Hex8034F06226321445f1a
Octal20031170142466250413732
Binary1000000011100111101100010100110110010101000100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80034F; }

 p { color: rgb(128,3,79); }

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

<style>
 a { background-color: #80034F; }

 a { background-color: rgb(128,3,79); }

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

<style>
 span { border-color: #80034F; }

 span { border-color: rgb(128,3,79); }

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