Html Css Color HEX #770955 Tyrian Purple

📋 copy color: '#770955'

red 119 ◦ green 9 ◦ blue 85

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

Shades of Tyrian Purple #770955

Tints of Tyrian Purple #770955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 39.91%

R = 55.87%
G = 4.23%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#770955 (or 0x770955) is known color: Tyrian Purple. HEX triplet: 77, 09 and 55. RGB value is (119,9,85). Sum of RGB (Red+Green+Blue) = 119+9+85=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #770955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770955 is #88F6AA. Grayscale: #323232. Windows color (decimal): -8976043 or 5572983. OLE color: 5572983.

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

Color convert

RGB 119 9 85 -
CMYK 0 0.92 0.29 0.53
HSL 318.55º 0.86% 0.25% -
HSV(B) 318.55º 0.92% 0.47% -
XYZ 9.35 4.77 9.02 -
YUV 50.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 119 9 85 0 0.92 0.29 0.53 318.55 0.86 0.25
Hex 77 9 55 0 5C 1D 35 13F 56 19
Octal 167 11 125 0 134 35 65 477 126 31
Binary 1110111 1001 1010101 0 1011100 11101 110101 100111111 1010110 11001

Color Harmonies of #770955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770955

Black with #770955

Text Example


Text Example

White with #770955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770955; }

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

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

background-color css

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

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

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

border-color css

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

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

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