Html Css Color HEX #77054D Tyrian Purple

📋 copy color: '#77054D'

red 119 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #77054D

Tints of Tyrian Purple #77054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 59.2%
G = 2.49%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77054D (or 0x77054D) is known color: Tyrian Purple. HEX triplet: 77, 05 and 4D. RGB value is (119,5,77). Sum of RGB (Red+Green+Blue) = 119+5+77=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77054D is #88FAB2. Grayscale: #2F2F2F. Windows color (decimal): -8977075 or 5047671. OLE color: 5047671.

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

Color convert

RGB 119 5 77 -
CMYK 0 0.96 0.35 0.53
HSL 322.11º 0.92% 0.24% -
HSV(B) 322.11º 0.96% 0.47% -
XYZ 9 4.57 7.43 -
YUV 47.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 119 5 77 0 0.96 0.35 0.53 322.11 0.92 0.24
Hex 77 5 4D 0 60 23 35 142 5C 18
Octal 167 5 115 0 140 43 65 502 134 30
Binary 1110111 101 1001101 0 1100000 100011 110101 101000010 1011100 11000

Color Harmonies of #77054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77054D

Black with #77054D

Text Example


Text Example

White with #77054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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