Html Css Color HEX #77074E Tyrian Purple

📋 copy color: '#77074E'

red 119 ◦ green 7 ◦ blue 78

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

Shades of Tyrian Purple #77074E

Tints of Tyrian Purple #77074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.43%

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

R = 58.33%
G = 3.43%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77074E (or 0x77074E) is known color: Tyrian Purple. HEX triplet: 77, 07 and 4E. RGB value is (119,7,78). Sum of RGB (Red+Green+Blue) = 119+7+78=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #77074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77074E is #88F8B1. Grayscale: #303030. Windows color (decimal): -8976562 or 5113719. OLE color: 5113719.

HSL color Cylindrical-coordinate representation of color #77074E: hue angle of 321.96º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77074E is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 78 -
CMYK 0 0.94 0.34 0.53
HSL 321.96º 0.89% 0.25% -
HSV(B) 321.96º 0.94% 0.47% -
XYZ 9.06 4.62 7.62 -
YUV 48.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 119 7 78 0 0.94 0.34 0.53 321.96 0.89 0.25
Hex 77 7 4E 0 5E 22 35 142 59 19
Octal 167 7 116 0 136 42 65 502 131 31
Binary 1110111 111 1001110 0 1011110 100010 110101 101000010 1011001 11001

Color Harmonies of #77074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77074E

Black with #77074E

Text Example


Text Example

White with #77074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,7,78); }

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

background-color css

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

 a { background-color: rgb(119,7,78); }

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

border-color css

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

 span { border-color: rgb(119,7,78); }

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