Html Css Color HEX #80054A Tyrian Purple

📋 copy color: '#80054A'

red 128 ◦ green 5 ◦ blue 74

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

Shades of Tyrian Purple #80054A

Tints of Tyrian Purple #80054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.42%

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

R = 61.84%
G = 2.42%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#80054A (or 0x80054A) is known color: Tyrian Purple. HEX triplet: 80, 05 and 4A. RGB value is (128,5,74). Sum of RGB (Red+Green+Blue) = 128+5+74=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80054A is #7FFAB5. Grayscale: #313131. Windows color (decimal): -8387254 or 4851072. OLE color: 4851072.

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

Color convert

RGB 128 5 74 -
CMYK 0 0.96 0.42 0.50
HSL 326.34º 0.92% 0.26% -
HSV(B) 326.34º 0.96% 0.5% -
XYZ 10.19 5.19 6.94 -
YUV 49.64 141.75 183.89 -
System Red Green Blue C M Y K H S L
Decimal 128 5 74 0 0.96 0.42 0.50 326.34 0.92 0.26
Hex 80 5 4A 0 60 2A 32 146 5C 1A
Octal 200 5 112 0 140 52 62 506 134 32
Binary 10000000 101 1001010 0 1100000 101010 110010 101000110 1011100 11010

Color Harmonies of #80054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80054A

Black with #80054A

Text Example


Text Example

White with #80054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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