Html Css Color HEX #770856 Tyrian Purple

📋 copy color: '#770856'

red 119 ◦ green 8 ◦ blue 86

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

Shades of Tyrian Purple #770856

Tints of Tyrian Purple #770856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40.38%

R = 55.87%
G = 3.76%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#770856 (or 0x770856) is known color: Tyrian Purple. HEX triplet: 77, 08 and 56. RGB value is (119,8,86). Sum of RGB (Red+Green+Blue) = 119+8+86=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #770856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770856 is #88F7A9. Grayscale: #313131. Windows color (decimal): -8976298 or 5638263. OLE color: 5638263.

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

Color convert

RGB 119 8 86 -
CMYK 0 0.93 0.28 0.53
HSL 317.84º 0.87% 0.25% -
HSV(B) 317.84º 0.93% 0.47% -
XYZ 9.37 4.77 9.23 -
YUV 50.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 119 8 86 0 0.93 0.28 0.53 317.84 0.87 0.25
Hex 77 8 56 0 5D 1C 35 13E 57 19
Octal 167 10 126 0 135 34 65 476 127 31
Binary 1110111 1000 1010110 0 1011101 11100 110101 100111110 1010111 11001

Color Harmonies of #770856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770856

Black with #770856

Text Example


Text Example

White with #770856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770856; }

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

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

background-color css

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

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

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

border-color css

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

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

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