Html Css Color HEX #80004D Tyrian Purple

📋 copy color: '#80004D'

red 128 ◦ green 0 ◦ blue 77

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

Shades of Tyrian Purple #80004D

Tints of Tyrian Purple #80004D

RGB

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

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

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

R = 62.44%
G = 0%
B = 37.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#80004D (or 0x80004D) is known color: Tyrian Purple. HEX triplet: 80, 00 and 4D. RGB value is (128,0,77). Sum of RGB (Red+Green+Blue) = 128+0+77=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #80004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80004D is #7FFFB2. Grayscale: #2E2E2E. Windows color (decimal): -8388531 or 5046400. OLE color: 5046400.

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

Color convert

RGB 128 0 77 -
CMYK 0 1 0.40 0.50
HSL 323.91º 1% 0.25% -
HSV(B) 323.91º 1% 0.5% -
XYZ 10.24 5.13 7.47 -
YUV 47.05 144.91 185.74 -
System Red Green Blue C M Y K H S L
Decimal 128 0 77 0 1 0.40 0.50 323.91 1 0.25
Hex 80 0 4D 0 64 28 32 144 64 19
Octal 200 0 115 0 144 50 62 504 144 31
Binary 10000000 0 1001101 0 1100100 101000 110010 101000100 1100100 11001

Color Harmonies of #80004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80004D

Black with #80004D

Text Example


Text Example

White with #80004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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