Html Css Color HEX #77054F Tyrian Purple

📋 copy color: '#77054F'

red 119 ◦ green 5 ◦ blue 79

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

Shades of Tyrian Purple #77054F

Tints of Tyrian Purple #77054F

RGB

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

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

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

R = 58.62%
G = 2.46%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77054F (or 0x77054F) is known color: Tyrian Purple. HEX triplet: 77, 05 and 4F. RGB value is (119,5,79). Sum of RGB (Red+Green+Blue) = 119+5+79=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #77054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77054F is #88FAB0. Grayscale: #2F2F2F. Windows color (decimal): -8977073 or 5178743. OLE color: 5178743.

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

Color convert

RGB 119 5 79 -
CMYK 0 0.96 0.34 0.53
HSL 321.05º 0.92% 0.24% -
HSV(B) 321.05º 0.96% 0.47% -
XYZ 9.07 4.59 7.81 -
YUV 47.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 119 5 79 0 0.96 0.34 0.53 321.05 0.92 0.24
Hex 77 5 4F 0 60 22 35 141 5C 18
Octal 167 5 117 0 140 42 65 501 134 30
Binary 1110111 101 1001111 0 1100000 100010 110101 101000001 1011100 11000

Color Harmonies of #77054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77054F

Black with #77054F

Text Example


Text Example

White with #77054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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