#80033A

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

Shades of Tyrian Purple #80033A

Tints of Tyrian Purple #80033A

Color information

#80033A (or 0x80033A) is unknown color: approx Tyrian Purple. HEX triplet: 80, 03 and 3A. RGB value is (128,3,58). Sum of RGB (Red+Green+Blue) = 128+3+58=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #80033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80033A is #7FFCC5. Grayscale: #2E2E2E. Windows color (decimal): -8387782 or 3801984. OLE color: 3801984.

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

Color convert

RGB128358-
CMYK00.980.550.50
HSL333.6º95.42%25.69%-
HSV(B)333.6º97.66%50.2%-
XYZ9.74.964.45-
YUV46.64134.41186.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.72%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=67.72%
G=1.59%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12835800.980.550.50333.695.4225.69
Hex8033A062373214e5f1a
Octal2003720142676251613732
Binary100000001111101001100010110111110010101001110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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