Html Css Color HEX #77034D Tyrian Purple

📋 copy color: '#77034D'

red 119 ◦ green 3 ◦ blue 77

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

Shades of Tyrian Purple #77034D

Tints of Tyrian Purple #77034D

RGB

 RED value IS 119 (46.88% from 255) = 59.8%

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

 BLUE value IS 77 (30.47% from 255) = 38.69%

R = 59.8%
G = 1.51%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77034D (or 0x77034D) is known color: Tyrian Purple. HEX triplet: 77, 03 and 4D. RGB value is (119,3,77). Sum of RGB (Red+Green+Blue) = 119+3+77=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77034D is #88FCB2. Grayscale: #2D2D2D. Windows color (decimal): -8977587 or 5047159. OLE color: 5047159.

HSL color Cylindrical-coordinate representation of color #77034D: hue angle of 321.72º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77034D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 77 -
CMYK 0 0.97 0.35 0.53
HSL 321.72º 0.95% 0.24% -
HSV(B) 321.72º 0.97% 0.47% -
XYZ 8.98 4.52 7.42 -
YUV 46.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 119 3 77 0 0.97 0.35 0.53 321.72 0.95 0.24
Hex 77 3 4D 0 61 23 35 142 5F 18
Octal 167 3 115 0 141 43 65 502 137 30
Binary 1110111 11 1001101 0 1100001 100011 110101 101000010 1011111 11000

Color Harmonies of #77034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77034D

Black with #77034D

Text Example


Text Example

White with #77034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77034D; }

 p { color: rgb(119,3,77); }

 H1.HeaderClassName
 {
   color: #77034D;
 }
 .AnyTagClassName
 {
   color: #77034D;
 }
</style>

background-color css

<style>
 a { background-color: #77034D; }

 a { background-color: rgb(119,3,77); }

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

border-color css

<style>
 span { border-color: #77034D; }

 span { border-color: rgb(119,3,77); }

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