Html Css Color HEX #770156 Tyrian Purple

📋 copy color: '#770156'

red 119 ◦ green 1 ◦ blue 86

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

Shades of Tyrian Purple #770156

Tints of Tyrian Purple #770156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 57.77%
G = 0.49%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#770156 (or 0x770156) is known color: Tyrian Purple. HEX triplet: 77, 01 and 56. RGB value is (119,1,86). Sum of RGB (Red+Green+Blue) = 119+1+86=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #770156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770156 is #88FEA9. Grayscale: #2D2D2D. Windows color (decimal): -8978090 or 5636471. OLE color: 5636471.

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

Color convert

RGB 119 1 86 -
CMYK 0 0.99 0.28 0.53
HSL 316.78º 0.98% 0.24% -
HSV(B) 316.78º 0.99% 0.47% -
XYZ 9.3 4.62 9.2 -
YUV 45.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 119 1 86 0 0.99 0.28 0.53 316.78 0.98 0.24
Hex 77 1 56 0 63 1C 35 13D 62 18
Octal 167 1 126 0 143 34 65 475 142 30
Binary 1110111 1 1010110 0 1100011 11100 110101 100111101 1100010 11000

Color Harmonies of #770156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770156

Black with #770156

Text Example


Text Example

White with #770156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770156; }

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

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

background-color css

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

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

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

border-color css

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

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

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