#80033D

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

Shades of Tyrian Purple #80033D

Tints of Tyrian Purple #80033D

Color information

#80033D (or 0x80033D) is unknown color: approx Tyrian Purple. HEX triplet: 80, 03 and 3D. RGB value is (128,3,61). Sum of RGB (Red+Green+Blue) = 128+3+61=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #80033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80033D is #7FFCC2. Grayscale: #2E2E2E. Windows color (decimal): -8387779 or 3998592. OLE color: 3998592.

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

Color convert

RGB128361-
CMYK00.980.520.50
HSL332.16º95.42%25.69%-
HSV(B)332.16º97.66%50.2%-
XYZ9.784.994.86-
YUV46.99135.91185.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 1.56%
BLUE value IS 61 (24.22% from 255) = 31.77%
R=66.67%
G=1.56%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12836100.980.520.50332.1695.4225.69
Hex8033D062343214c5f1a
Octal2003750142646251413732
Binary100000001111110101100010110100110010101001100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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