#80083A

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

Shades of Tyrian Purple #80083A

Tints of Tyrian Purple #80083A

Color information

#80083A (or 0x80083A) is unknown color: approx Tyrian Purple. HEX triplet: 80, 08 and 3A. RGB value is (128,8,58). Sum of RGB (Red+Green+Blue) = 128+8+58=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #80083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80083A is #7FF7C5. Grayscale: #313131. Windows color (decimal): -8386502 or 3803264. OLE color: 3803264.

HSL color Cylindrical-coordinate representation of color #80083A: hue angle of 335º 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 #80083A is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB128858-
CMYK00.940.550.50
HSL335º88.24%26.67%-
HSV(B)335º93.75%50.2%-
XYZ9.755.074.47-
YUV49.58132.76183.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 65.98%
GREEN value IS 8 (3.52% from 255) = 4.12%
BLUE value IS 58 (23.05% from 255) = 29.90%
R=65.98%
G=4.12%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12885800.940.550.5033588.2426.67
Hex8083A05E373214f581b
Octal20010720136676251713033
Binary10000000100011101001011110110111110010101001111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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