Html Css Color HEX #770844 Tyrian Purple

📋 copy color: '#770844'

red 119 ◦ green 8 ◦ blue 68

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

Shades of Tyrian Purple #770844

Tints of Tyrian Purple #770844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.1%

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

R = 61.03%
G = 4.1%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#770844 (or 0x770844) is known color: Tyrian Purple. HEX triplet: 77, 08 and 44. RGB value is (119,8,68). Sum of RGB (Red+Green+Blue) = 119+8+68=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #770844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770844 is #88F7BB. Grayscale: #2F2F2F. Windows color (decimal): -8976316 or 4458615. OLE color: 4458615.

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

Color convert

RGB 119 8 68 -
CMYK 0 0.93 0.43 0.53
HSL 327.57º 0.87% 0.25% -
HSV(B) 327.57º 0.93% 0.47% -
XYZ 8.74 4.51 5.88 -
YUV 48.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 119 8 68 0 0.93 0.43 0.53 327.57 0.87 0.25
Hex 77 8 44 0 5D 2B 35 148 57 19
Octal 167 10 104 0 135 53 65 510 127 31
Binary 1110111 1000 1000100 0 1011101 101011 110101 101001000 1010111 11001

Color Harmonies of #770844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770844

Black with #770844

Text Example


Text Example

White with #770844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770844; }

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

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

background-color css

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

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

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

border-color css

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

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

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