Html Css Color HEX #770547 Tyrian Purple

📋 copy color: '#770547'

red 119 ◦ green 5 ◦ blue 71

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

Shades of Tyrian Purple #770547

Tints of Tyrian Purple #770547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 36.41%

R = 61.03%
G = 2.56%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#770547 (or 0x770547) is known color: Tyrian Purple. HEX triplet: 77, 05 and 47. RGB value is (119,5,71). Sum of RGB (Red+Green+Blue) = 119+5+71=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #770547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770547 is #88FAB8. Grayscale: #2E2E2E. Windows color (decimal): -8977081 or 4654455. OLE color: 4654455.

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

Color convert

RGB 119 5 71 -
CMYK 0 0.96 0.40 0.53
HSL 325.26º 0.92% 0.24% -
HSV(B) 325.26º 0.96% 0.47% -
XYZ 8.8 4.49 6.36 -
YUV 46.61 141.77 179.63 -
System Red Green Blue C M Y K H S L
Decimal 119 5 71 0 0.96 0.40 0.53 325.26 0.92 0.24
Hex 77 5 47 0 60 28 35 145 5C 18
Octal 167 5 107 0 140 50 65 505 134 30
Binary 1110111 101 1000111 0 1100000 101000 110101 101000101 1011100 11000

Color Harmonies of #770547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770547

Black with #770547

Text Example


Text Example

White with #770547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770547; }

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

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

background-color css

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

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

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

border-color css

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

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

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