Html Css Color HEX #77054A Tyrian Purple

📋 copy color: '#77054A'

red 119 ◦ green 5 ◦ blue 74

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

Shades of Tyrian Purple #77054A

Tints of Tyrian Purple #77054A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.37%

R = 60.1%
G = 2.53%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77054A (or 0x77054A) is known color: Tyrian Purple. HEX triplet: 77, 05 and 4A. RGB value is (119,5,74). Sum of RGB (Red+Green+Blue) = 119+5+74=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77054A is #88FAB5. Grayscale: #2E2E2E. Windows color (decimal): -8977078 or 4851063. OLE color: 4851063.

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

Color convert

RGB 119 5 74 -
CMYK 0 0.96 0.38 0.53
HSL 323.68º 0.92% 0.24% -
HSV(B) 323.68º 0.96% 0.47% -
XYZ 8.9 4.52 6.88 -
YUV 46.95 143.27 179.39 -
System Red Green Blue C M Y K H S L
Decimal 119 5 74 0 0.96 0.38 0.53 323.68 0.92 0.24
Hex 77 5 4A 0 60 26 35 144 5C 18
Octal 167 5 112 0 140 46 65 504 134 30
Binary 1110111 101 1001010 0 1100000 100110 110101 101000100 1011100 11000

Color Harmonies of #77054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77054A

Black with #77054A

Text Example


Text Example

White with #77054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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