Html Css Color HEX #770956 Tyrian Purple

📋 copy color: '#770956'

red 119 ◦ green 9 ◦ blue 86

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

Shades of Tyrian Purple #770956

Tints of Tyrian Purple #770956

RGB

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

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

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

R = 55.61%
G = 4.21%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#770956 (or 0x770956) is known color: Tyrian Purple. HEX triplet: 77, 09 and 56. RGB value is (119,9,86). Sum of RGB (Red+Green+Blue) = 119+9+86=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #770956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770956 is #88F6A9. Grayscale: #323232. Windows color (decimal): -8976042 or 5638519. OLE color: 5638519.

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

Color convert

RGB 119 9 86 -
CMYK 0 0.92 0.28 0.53
HSL 318º 0.86% 0.25% -
HSV(B) 318º 0.92% 0.47% -
XYZ 9.39 4.79 9.23 -
YUV 50.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 119 9 86 0 0.92 0.28 0.53 318 0.86 0.25
Hex 77 9 56 0 5C 1C 35 13E 56 19
Octal 167 11 126 0 134 34 65 476 126 31
Binary 1110111 1001 1010110 0 1011100 11100 110101 100111110 1010110 11001

Color Harmonies of #770956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770956

Black with #770956

Text Example


Text Example

White with #770956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770956; }

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

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

background-color css

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

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

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

border-color css

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

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

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