Html Css Color HEX #80054E Tyrian Purple

📋 copy color: '#80054E'

red 128 ◦ green 5 ◦ blue 78

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

Shades of Tyrian Purple #80054E

Tints of Tyrian Purple #80054E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 36.97%

R = 60.66%
G = 2.37%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.50

RGB Variations

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

Color information

#80054E (or 0x80054E) is known color: Tyrian Purple. HEX triplet: 80, 05 and 4E. RGB value is (128,5,78). Sum of RGB (Red+Green+Blue) = 128+5+78=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #80054E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80054E is #7FFAB1. Grayscale: #313131. Windows color (decimal): -8387250 or 5113216. OLE color: 5113216.

HSL color Cylindrical-coordinate representation of color #80054E: hue angle of 324.39º 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 #80054E is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 5 78 -
CMYK 0 0.96 0.39 0.50
HSL 324.39º 0.92% 0.26% -
HSV(B) 324.39º 0.96% 0.5% -
XYZ 10.33 5.25 7.68 -
YUV 50.1 143.75 183.56 -
System Red Green Blue C M Y K H S L
Decimal 128 5 78 0 0.96 0.39 0.50 324.39 0.92 0.26
Hex 80 5 4E 0 60 27 32 144 5C 1A
Octal 200 5 116 0 140 47 62 504 134 32
Binary 10000000 101 1001110 0 1100000 100111 110010 101000100 1011100 11010

Color Harmonies of #80054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80054E

Black with #80054E

Text Example


Text Example

White with #80054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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