Html Css Color HEX #80034F Tyrian Purple

📋 copy color: '#80034F'

red 128 ◦ green 3 ◦ blue 79

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

Shades of Tyrian Purple #80034F

Tints of Tyrian Purple #80034F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.43%

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

R = 60.95%
G = 1.43%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#80034F (or 0x80034F) is known color: Tyrian Purple. HEX triplet: 80, 03 and 4F. RGB value is (128,3,79). Sum of RGB (Red+Green+Blue) = 128+3+79=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80034F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80034F is #7FFCB0. Grayscale: #303030. Windows color (decimal): -8387761 or 5178240. OLE color: 5178240.

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

Color convert

RGB 128 3 79 -
CMYK 0 0.98 0.38 0.50
HSL 323.52º 0.95% 0.26% -
HSV(B) 323.52º 0.98% 0.5% -
XYZ 10.35 5.22 7.86 -
YUV 49.04 144.91 184.32 -
System Red Green Blue C M Y K H S L
Decimal 128 3 79 0 0.98 0.38 0.50 323.52 0.95 0.26
Hex 80 3 4F 0 62 26 32 144 5F 1A
Octal 200 3 117 0 142 46 62 504 137 32
Binary 10000000 11 1001111 0 1100010 100110 110010 101000100 1011111 11010

Color Harmonies of #80034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80034F

Black with #80034F

Text Example


Text Example

White with #80034F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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