Html Css Color HEX #80054F Tyrian Purple

📋 copy color: '#80054F'

red 128 ◦ green 5 ◦ blue 79

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

Shades of Tyrian Purple #80054F

Tints of Tyrian Purple #80054F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.26%

R = 60.38%
G = 2.36%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#80054F (or 0x80054F) is known color: Tyrian Purple. HEX triplet: 80, 05 and 4F. RGB value is (128,5,79). Sum of RGB (Red+Green+Blue) = 128+5+79=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #80054F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80054F is #7FFAB0. Grayscale: #323232. Windows color (decimal): -8387249 or 5178752. OLE color: 5178752.

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

Color convert

RGB 128 5 79 -
CMYK 0 0.96 0.38 0.50
HSL 323.9º 0.92% 0.26% -
HSV(B) 323.9º 0.96% 0.5% -
XYZ 10.37 5.26 7.87 -
YUV 50.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 128 5 79 0 0.96 0.38 0.50 323.9 0.92 0.26
Hex 80 5 4F 0 60 26 32 144 5C 1A
Octal 200 5 117 0 140 46 62 504 134 32
Binary 10000000 101 1001111 0 1100000 100110 110010 101000100 1011100 11010

Color Harmonies of #80054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80054F

Black with #80054F

Text Example


Text Example

White with #80054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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