Html Css Color HEX #80064E Tyrian Purple

📋 copy color: '#80064E'

red 128 ◦ green 6 ◦ blue 78

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

Shades of Tyrian Purple #80064E

Tints of Tyrian Purple #80064E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.83%

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

R = 60.38%
G = 2.83%
B = 36.79%

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

#80064E (or 0x80064E) is known color: Tyrian Purple. HEX triplet: 80, 06 and 4E. RGB value is (128,6,78). Sum of RGB (Red+Green+Blue) = 128+6+78=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #80064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80064E is #7FF9B1. Grayscale: #323232. Windows color (decimal): -8386994 or 5113472. OLE color: 5113472.

HSL color Cylindrical-coordinate representation of color #80064E: hue angle of 324.59º degrees, saturation: 0.91, 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 #80064E is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 6 78 -
CMYK 0 0.95 0.39 0.50
HSL 324.59º 0.91% 0.26% -
HSV(B) 324.59º 0.95% 0.5% -
XYZ 10.34 5.27 7.68 -
YUV 50.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 128 6 78 0 0.95 0.39 0.50 324.59 0.91 0.26
Hex 80 6 4E 0 5F 27 32 145 5B 1A
Octal 200 6 116 0 137 47 62 505 133 32
Binary 10000000 110 1001110 0 1011111 100111 110010 101000101 1011011 11010

Color Harmonies of #80064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80064E

Black with #80064E

Text Example


Text Example

White with #80064E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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