#80083E

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

Shades of Tyrian Purple #80083E

Tints of Tyrian Purple #80083E

Color information

#80083E (or 0x80083E) is unknown color: approx Tyrian Purple. HEX triplet: 80, 08 and 3E. RGB value is (128,8,62). Sum of RGB (Red+Green+Blue) = 128+8+62=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #80083E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80083E is #7FF7C1. Grayscale: #313131. Windows color (decimal): -8386498 or 4065408. OLE color: 4065408.

HSL color Cylindrical-coordinate representation of color #80083E: hue angle of 333º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80083E is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB128862-
CMYK00.940.520.50
HSL333º88.24%26.67%-
HSV(B)333º93.75%50.2%-
XYZ9.865.115.02-
YUV50.04134.76183.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.65%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 62 (24.61% from 255) = 31.31%
R=64.65%
G=4.04%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12886200.940.520.5033388.2426.67
Hex8083E05E343214d581b
Octal20010760136646251513033
Binary10000000100011111001011110110100110010101001101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80083E; }

 p { color: rgb(128,8,62); }

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

<style>
 a { background-color: #80083E; }

 a { background-color: rgb(128,8,62); }

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

<style>
 span { border-color: #80083E; }

 span { border-color: rgb(128,8,62); }

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