Html Css Color HEX #80054D Tyrian Purple

📋 copy color: '#80054D'

red 128 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #80054D

Tints of Tyrian Purple #80054D

RGB

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

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

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

R = 60.95%
G = 2.38%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#80054D (or 0x80054D) is known color: Tyrian Purple. HEX triplet: 80, 05 and 4D. RGB value is (128,5,77). Sum of RGB (Red+Green+Blue) = 128+5+77=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80054D is #7FFAB2. Grayscale: #313131. Windows color (decimal): -8387251 or 5047680. OLE color: 5047680.

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

Color convert

RGB 128 5 77 -
CMYK 0 0.96 0.40 0.50
HSL 324.88º 0.92% 0.26% -
HSV(B) 324.88º 0.96% 0.5% -
XYZ 10.3 5.23 7.49 -
YUV 49.99 143.25 183.65 -
System Red Green Blue C M Y K H S L
Decimal 128 5 77 0 0.96 0.40 0.50 324.88 0.92 0.26
Hex 80 5 4D 0 60 28 32 145 5C 1A
Octal 200 5 115 0 140 50 62 505 134 32
Binary 10000000 101 1001101 0 1100000 101000 110010 101000101 1011100 11010

Color Harmonies of #80054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80054D

Black with #80054D

Text Example


Text Example

White with #80054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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