Html Css Color HEX #80074E Tyrian Purple

📋 copy color: '#80074E'

red 128 ◦ green 7 ◦ blue 78

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

Shades of Tyrian Purple #80074E

Tints of Tyrian Purple #80074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.29%

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

R = 60.09%
G = 3.29%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.50

RGB Variations

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

Color information

#80074E (or 0x80074E) is known color: Tyrian Purple. HEX triplet: 80, 07 and 4E. RGB value is (128,7,78). Sum of RGB (Red+Green+Blue) = 128+7+78=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #80074E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80074E is #7FF8B1. Grayscale: #333333. Windows color (decimal): -8386738 or 5113728. OLE color: 5113728.

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

Color convert

RGB 128 7 78 -
CMYK 0 0.95 0.39 0.50
HSL 324.79º 0.9% 0.26% -
HSV(B) 324.79º 0.95% 0.5% -
XYZ 10.35 5.29 7.68 -
YUV 51.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 128 7 78 0 0.95 0.39 0.50 324.79 0.9 0.26
Hex 80 7 4E 0 5F 27 32 145 5A 1A
Octal 200 7 116 0 137 47 62 505 132 32
Binary 10000000 111 1001110 0 1011111 100111 110010 101000101 1011010 11010

Color Harmonies of #80074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80074E

Black with #80074E

Text Example


Text Example

White with #80074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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