Html Css Color HEX #770444 Tyrian Purple

📋 copy color: '#770444'

red 119 ◦ green 4 ◦ blue 68

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

Shades of Tyrian Purple #770444

Tints of Tyrian Purple #770444

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.09%

 BLUE value IS 68 (26.95% from 255) = 35.6%

R = 62.3%
G = 2.09%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#770444 (or 0x770444) is known color: Tyrian Purple. HEX triplet: 77, 04 and 44. RGB value is (119,4,68). Sum of RGB (Red+Green+Blue) = 119+4+68=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #770444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770444 is #88FBBB. Grayscale: #2D2D2D. Windows color (decimal): -8977340 or 4457591. OLE color: 4457591.

HSL color Cylindrical-coordinate representation of color #770444: hue angle of 326.61º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770444 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 4 68 -
CMYK 0 0.97 0.43 0.53
HSL 326.61º 0.93% 0.24% -
HSV(B) 326.61º 0.97% 0.47% -
XYZ 8.69 4.43 5.86 -
YUV 45.68 140.6 180.3 -
System Red Green Blue C M Y K H S L
Decimal 119 4 68 0 0.97 0.43 0.53 326.61 0.93 0.24
Hex 77 4 44 0 61 2B 35 147 5D 18
Octal 167 4 104 0 141 53 65 507 135 30
Binary 1110111 100 1000100 0 1100001 101011 110101 101000111 1011101 11000

Color Harmonies of #770444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770444

Black with #770444

Text Example


Text Example

White with #770444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770444; }

 p { color: rgb(119,4,68); }

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

background-color css

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

 a { background-color: rgb(119,4,68); }

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

border-color css

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

 span { border-color: rgb(119,4,68); }

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