Html Css Color HEX #770551 Tyrian Purple

📋 copy color: '#770551'

red 119 ◦ green 5 ◦ blue 81

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

Shades of Tyrian Purple #770551

Tints of Tyrian Purple #770551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.51%

R = 58.05%
G = 2.44%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#770551 (or 0x770551) is known color: Tyrian Purple. HEX triplet: 77, 05 and 51. RGB value is (119,5,81). Sum of RGB (Red+Green+Blue) = 119+5+81=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #770551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770551 is #88FAAE. Grayscale: #2F2F2F. Windows color (decimal): -8977071 or 5309815. OLE color: 5309815.

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

Color convert

RGB 119 5 81 -
CMYK 0 0.96 0.32 0.53
HSL 320º 0.92% 0.24% -
HSV(B) 320º 0.96% 0.47% -
XYZ 9.15 4.62 8.2 -
YUV 47.75 146.77 178.82 -
System Red Green Blue C M Y K H S L
Decimal 119 5 81 0 0.96 0.32 0.53 320 0.92 0.24
Hex 77 5 51 0 60 20 35 140 5C 18
Octal 167 5 121 0 140 40 65 500 134 30
Binary 1110111 101 1010001 0 1100000 100000 110101 101000000 1011100 11000

Color Harmonies of #770551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770551

Black with #770551

Text Example


Text Example

White with #770551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770551; }

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

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

background-color css

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

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

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

border-color css

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

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

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