Html Css Color HEX #80044A Tyrian Purple

📋 copy color: '#80044A'

red 128 ◦ green 4 ◦ blue 74

#80044A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #80044A

Tints of Tyrian Purple #80044A

RGB

 RED value IS 128 (50.39% from 255) = 62.14%

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 74 (29.3% from 255) = 35.92%

R = 62.14%
G = 1.94%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#80044A (or 0x80044A) is known color: Tyrian Purple. HEX triplet: 80, 04 and 4A. RGB value is (128,4,74). Sum of RGB (Red+Green+Blue) = 128+4+74=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #80044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80044A is #7FFBB5. Grayscale: #303030. Windows color (decimal): -8387510 or 4850816. OLE color: 4850816.

HSL color Cylindrical-coordinate representation of color #80044A: hue angle of 326.13º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80044A is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 4 74 -
CMYK 0 0.97 0.42 0.50
HSL 326.13º 0.94% 0.26% -
HSV(B) 326.13º 0.97% 0.5% -
XYZ 10.18 5.17 6.94 -
YUV 49.06 142.08 184.31 -
System Red Green Blue C M Y K H S L
Decimal 128 4 74 0 0.97 0.42 0.50 326.13 0.94 0.26
Hex 80 4 4A 0 61 2A 32 146 5E 1A
Octal 200 4 112 0 141 52 62 506 136 32
Binary 10000000 100 1001010 0 1100001 101010 110010 101000110 1011110 11010

Color Harmonies of #80044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80044A

Black with #80044A

Text Example


Text Example

White with #80044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,4,74); }

 H1.HeaderClassName
 {
   color: #80044A;
 }
 .AnyTagClassName
 {
   color: #80044A;
 }
</style>

background-color css

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

 a { background-color: rgb(128,4,74); }

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

border-color css

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

 span { border-color: rgb(128,4,74); }

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