#80073E

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

Shades of Tyrian Purple #80073E

Tints of Tyrian Purple #80073E

Color information

#80073E (or 0x80073E) is unknown color: approx Tyrian Purple. HEX triplet: 80, 07 and 3E. RGB value is (128,7,62). Sum of RGB (Red+Green+Blue) = 128+7+62=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #80073E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80073E is #7FF8C1. Grayscale: #313131. Windows color (decimal): -8386754 or 4065152. OLE color: 4065152.

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

Color convert

RGB128762-
CMYK00.950.520.50
HSL332.73º89.63%26.47%-
HSV(B)332.73º94.53%50.2%-
XYZ9.855.095.02-
YUV49.45135.09184.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.97%
GREEN value IS 7 (3.12% from 255) = 3.55%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=64.97%
G=3.55%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12876200.950.520.50332.7389.6326.47
Hex8073E05F343214d5a1a
Octal2007760137646251513232
Binary1000000011111111001011111110100110010101001101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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