Html Css Color HEX #770855 Tyrian Purple

📋 copy color: '#770855'

red 119 ◦ green 8 ◦ blue 85

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

Shades of Tyrian Purple #770855

Tints of Tyrian Purple #770855

RGB

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

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

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

R = 56.13%
G = 3.77%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#770855 (or 0x770855) is known color: Tyrian Purple. HEX triplet: 77, 08 and 55. RGB value is (119,8,85). Sum of RGB (Red+Green+Blue) = 119+8+85=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #770855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770855 is #88F7AA. Grayscale: #313131. Windows color (decimal): -8976299 or 5572727. OLE color: 5572727.

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

Color convert

RGB 119 8 85 -
CMYK 0 0.93 0.29 0.53
HSL 318.38º 0.87% 0.25% -
HSV(B) 318.38º 0.93% 0.47% -
XYZ 9.33 4.75 9.02 -
YUV 49.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 119 8 85 0 0.93 0.29 0.53 318.38 0.87 0.25
Hex 77 8 55 0 5D 1D 35 13E 57 19
Octal 167 10 125 0 135 35 65 476 127 31
Binary 1110111 1000 1010101 0 1011101 11101 110101 100111110 1010111 11001

Color Harmonies of #770855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770855

Black with #770855

Text Example


Text Example

White with #770855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770855; }

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

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

background-color css

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

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

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

border-color css

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

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

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