Html Css Color HEX #770859 Tyrian Purple

📋 copy color: '#770859'

red 119 ◦ green 8 ◦ blue 89

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

Shades of Tyrian Purple #770859

Tints of Tyrian Purple #770859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 41.2%

R = 55.09%
G = 3.7%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#770859 (or 0x770859) is known color: Tyrian Purple. HEX triplet: 77, 08 and 59. RGB value is (119,8,89). Sum of RGB (Red+Green+Blue) = 119+8+89=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #770859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770859 is #88F7A6. Grayscale: #323232. Windows color (decimal): -8976295 or 5834871. OLE color: 5834871.

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

Color convert

RGB 119 8 89 -
CMYK 0 0.93 0.25 0.53
HSL 316.22º 0.87% 0.25% -
HSV(B) 316.22º 0.93% 0.47% -
XYZ 9.5 4.82 9.88 -
YUV 50.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 119 8 89 0 0.93 0.25 0.53 316.22 0.87 0.25
Hex 77 8 59 0 5D 19 35 13C 57 19
Octal 167 10 131 0 135 31 65 474 127 31
Binary 1110111 1000 1011001 0 1011101 11001 110101 100111100 1010111 11001

Color Harmonies of #770859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770859

Black with #770859

Text Example


Text Example

White with #770859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770859; }

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

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

background-color css

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

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

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

border-color css

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

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

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