Html Css Color HEX #770556 Tyrian Purple

📋 copy color: '#770556'

red 119 ◦ green 5 ◦ blue 86

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

Shades of Tyrian Purple #770556

Tints of Tyrian Purple #770556

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.38%

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

R = 56.67%
G = 2.38%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#770556 (or 0x770556) is known color: Tyrian Purple. HEX triplet: 77, 05 and 56. RGB value is (119,5,86). Sum of RGB (Red+Green+Blue) = 119+5+86=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #770556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770556 is #88FAA9. Grayscale: #303030. Windows color (decimal): -8977066 or 5637495. OLE color: 5637495.

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

Color convert

RGB 119 5 86 -
CMYK 0 0.96 0.28 0.53
HSL 317.37º 0.92% 0.24% -
HSV(B) 317.37º 0.96% 0.47% -
XYZ 9.34 4.7 9.22 -
YUV 48.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 119 5 86 0 0.96 0.28 0.53 317.37 0.92 0.24
Hex 77 5 56 0 60 1C 35 13D 5C 18
Octal 167 5 126 0 140 34 65 475 134 30
Binary 1110111 101 1010110 0 1100000 11100 110101 100111101 1011100 11000

Color Harmonies of #770556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770556

Black with #770556

Text Example


Text Example

White with #770556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770556; }

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

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

background-color css

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

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

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

border-color css

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

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

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