Html Css Color HEX #77034F Tyrian Purple

📋 copy color: '#77034F'

red 119 ◦ green 3 ◦ blue 79

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

Shades of Tyrian Purple #77034F

Tints of Tyrian Purple #77034F

RGB

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

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

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

R = 59.2%
G = 1.49%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77034F (or 0x77034F) is known color: Tyrian Purple. HEX triplet: 77, 03 and 4F. RGB value is (119,3,79). Sum of RGB (Red+Green+Blue) = 119+3+79=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77034F is #88FCB0. Grayscale: #2E2E2E. Windows color (decimal): -8977585 or 5178231. OLE color: 5178231.

HSL color Cylindrical-coordinate representation of color #77034F: hue angle of 320.69º 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 #77034F is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 79 -
CMYK 0 0.97 0.34 0.53
HSL 320.69º 0.95% 0.24% -
HSV(B) 320.69º 0.97% 0.47% -
XYZ 9.05 4.55 7.8 -
YUV 46.35 146.43 179.82 -
System Red Green Blue C M Y K H S L
Decimal 119 3 79 0 0.97 0.34 0.53 320.69 0.95 0.24
Hex 77 3 4F 0 61 22 35 141 5F 18
Octal 167 3 117 0 141 42 65 501 137 30
Binary 1110111 11 1001111 0 1100001 100010 110101 101000001 1011111 11000

Color Harmonies of #77034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77034F

Black with #77034F

Text Example


Text Example

White with #77034F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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