Html Css Color HEX #80064F Tyrian Purple

📋 copy color: '#80064F'

red 128 ◦ green 6 ◦ blue 79

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

Shades of Tyrian Purple #80064F

Tints of Tyrian Purple #80064F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.09%

R = 60.09%
G = 2.82%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#80064F (or 0x80064F) is known color: Tyrian Purple. HEX triplet: 80, 06 and 4F. RGB value is (128,6,79). Sum of RGB (Red+Green+Blue) = 128+6+79=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #80064F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80064F is #7FF9B0. Grayscale: #323232. Windows color (decimal): -8386993 or 5179008. OLE color: 5179008.

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

Color convert

RGB 128 6 79 -
CMYK 0 0.95 0.38 0.50
HSL 324.1º 0.91% 0.26% -
HSV(B) 324.1º 0.95% 0.5% -
XYZ 10.38 5.28 7.87 -
YUV 50.8 143.92 183.06 -
System Red Green Blue C M Y K H S L
Decimal 128 6 79 0 0.95 0.38 0.50 324.1 0.91 0.26
Hex 80 6 4F 0 5F 26 32 144 5B 1A
Octal 200 6 117 0 137 46 62 504 133 32
Binary 10000000 110 1001111 0 1011111 100110 110010 101000100 1011011 11010

Color Harmonies of #80064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80064F

Black with #80064F

Text Example


Text Example

White with #80064F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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