Html Css Color HEX #80004E Tyrian Purple

📋 copy color: '#80004E'

red 128 ◦ green 0 ◦ blue 78

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

Shades of Tyrian Purple #80004E

Tints of Tyrian Purple #80004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.14%
G = 0%
B = 37.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.50

RGB Variations

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

Color information

#80004E (or 0x80004E) is known color: Tyrian Purple. HEX triplet: 80, 00 and 4E. RGB value is (128,0,78). Sum of RGB (Red+Green+Blue) = 128+0+78=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #80004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80004E is #7FFFB1. Grayscale: #2E2E2E. Windows color (decimal): -8388530 or 5111936. OLE color: 5111936.

HSL color Cylindrical-coordinate representation of color #80004E: hue angle of 323.44º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80004E is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 0 78 -
CMYK 0 1 0.39 0.50
HSL 323.44º 1% 0.25% -
HSV(B) 323.44º 1% 0.5% -
XYZ 10.28 5.14 7.66 -
YUV 47.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 128 0 78 0 1 0.39 0.50 323.44 1 0.25
Hex 80 0 4E 0 64 27 32 143 64 19
Octal 200 0 116 0 144 47 62 503 144 31
Binary 10000000 0 1001110 0 1100100 100111 110010 101000011 1100100 11001

Color Harmonies of #80004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80004E

Black with #80004E

Text Example


Text Example

White with #80004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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