Html Css Color HEX #80084A Tyrian Purple

📋 copy color: '#80084A'

red 128 ◦ green 8 ◦ blue 74

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

Shades of Tyrian Purple #80084A

Tints of Tyrian Purple #80084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.81%

 BLUE value IS 74 (29.3% from 255) = 35.24%

R = 60.95%
G = 3.81%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#80084A (or 0x80084A) is known color: Tyrian Purple. HEX triplet: 80, 08 and 4A. RGB value is (128,8,74). Sum of RGB (Red+Green+Blue) = 128+8+74=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80084A is #7FF7B5. Grayscale: #333333. Windows color (decimal): -8386486 or 4851840. OLE color: 4851840.

HSL color Cylindrical-coordinate representation of color #80084A: hue angle of 327º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80084A is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 74 -
CMYK 0 0.94 0.42 0.50
HSL 327º 0.88% 0.27% -
HSV(B) 327º 0.94% 0.5% -
XYZ 10.22 5.26 6.95 -
YUV 51.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 128 8 74 0 0.94 0.42 0.50 327 0.88 0.27
Hex 80 8 4A 0 5E 2A 32 147 58 1B
Octal 200 10 112 0 136 52 62 507 130 33
Binary 10000000 1000 1001010 0 1011110 101010 110010 101000111 1011000 11011

Color Harmonies of #80084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80084A

Black with #80084A

Text Example


Text Example

White with #80084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80084A; }

 p { color: rgb(128,8,74); }

 H1.HeaderClassName
 {
   color: #80084A;
 }
 .AnyTagClassName
 {
   color: #80084A;
 }
</style>

background-color css

<style>
 a { background-color: #80084A; }

 a { background-color: rgb(128,8,74); }

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

border-color css

<style>
 span { border-color: #80084A; }

 span { border-color: rgb(128,8,74); }

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