Html Css Color HEX #770959 Tyrian Purple

📋 copy color: '#770959'

red 119 ◦ green 9 ◦ blue 89

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

Shades of Tyrian Purple #770959

Tints of Tyrian Purple #770959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.15%

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

R = 54.84%
G = 4.15%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#770959 (or 0x770959) is known color: Tyrian Purple. HEX triplet: 77, 09 and 59. RGB value is (119,9,89). Sum of RGB (Red+Green+Blue) = 119+9+89=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #770959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770959 is #88F6A6. Grayscale: #323232. Windows color (decimal): -8976039 or 5835127. OLE color: 5835127.

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

Color convert

RGB 119 9 89 -
CMYK 0 0.92 0.25 0.53
HSL 316.36º 0.86% 0.25% -
HSV(B) 316.36º 0.92% 0.47% -
XYZ 9.51 4.84 9.88 -
YUV 51.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 119 9 89 0 0.92 0.25 0.53 316.36 0.86 0.25
Hex 77 9 59 0 5C 19 35 13C 56 19
Octal 167 11 131 0 134 31 65 474 126 31
Binary 1110111 1001 1011001 0 1011100 11001 110101 100111100 1010110 11001

Color Harmonies of #770959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770959

Black with #770959

Text Example


Text Example

White with #770959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770959; }

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

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

background-color css

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

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

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

border-color css

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

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

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