Html Css Color HEX #80004C Tyrian Purple

📋 copy color: '#80004C'

red 128 ◦ green 0 ◦ blue 76

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

Shades of Tyrian Purple #80004C

Tints of Tyrian Purple #80004C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.25%

R = 62.75%
G = 0%
B = 37.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#80004C (or 0x80004C) is known color: Tyrian Purple. HEX triplet: 80, 00 and 4C. RGB value is (128,0,76). Sum of RGB (Red+Green+Blue) = 128+0+76=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #80004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80004C is #7FFFB3. Grayscale: #2E2E2E. Windows color (decimal): -8388532 or 4980864. OLE color: 4980864.

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

Color convert

RGB 128 0 76 -
CMYK 0 1 0.41 0.50
HSL 324.38º 1% 0.25% -
HSV(B) 324.38º 1% 0.5% -
XYZ 10.21 5.11 7.29 -
YUV 46.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 128 0 76 0 1 0.41 0.50 324.38 1 0.25
Hex 80 0 4C 0 64 29 32 144 64 19
Octal 200 0 114 0 144 51 62 504 144 31
Binary 10000000 0 1001100 0 1100100 101001 110010 101000100 1100100 11001

Color Harmonies of #80004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80004C

Black with #80004C

Text Example


Text Example

White with #80004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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