Html Css Color HEX #80044D Tyrian Purple

📋 copy color: '#80044D'

red 128 ◦ green 4 ◦ blue 77

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

Shades of Tyrian Purple #80044D

Tints of Tyrian Purple #80044D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 36.84%

R = 61.24%
G = 1.91%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#80044D (or 0x80044D) is known color: Tyrian Purple. HEX triplet: 80, 04 and 4D. RGB value is (128,4,77). Sum of RGB (Red+Green+Blue) = 128+4+77=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #80044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80044D is #7FFBB2. Grayscale: #313131. Windows color (decimal): -8387507 or 5047424. OLE color: 5047424.

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

Color convert

RGB 128 4 77 -
CMYK 0 0.97 0.40 0.50
HSL 324.68º 0.94% 0.26% -
HSV(B) 324.68º 0.97% 0.5% -
XYZ 10.29 5.21 7.49 -
YUV 49.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 128 4 77 0 0.97 0.40 0.50 324.68 0.94 0.26
Hex 80 4 4D 0 61 28 32 145 5E 1A
Octal 200 4 115 0 141 50 62 505 136 32
Binary 10000000 100 1001101 0 1100001 101000 110010 101000101 1011110 11010

Color Harmonies of #80044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80044D

Black with #80044D

Text Example


Text Example

White with #80044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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