Html Css Color HEX #770457 Tyrian Purple

📋 copy color: '#770457'

red 119 ◦ green 4 ◦ blue 87

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

Shades of Tyrian Purple #770457

Tints of Tyrian Purple #770457

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 87 (34.38% from 255) = 41.43%

R = 56.67%
G = 1.9%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#770457 (or 0x770457) is known color: Tyrian Purple. HEX triplet: 77, 04 and 57. RGB value is (119,4,87). Sum of RGB (Red+Green+Blue) = 119+4+87=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #770457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770457 is #88FBA8. Grayscale: #2F2F2F. Windows color (decimal): -8977321 or 5702775. OLE color: 5702775.

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

Color convert

RGB 119 4 87 -
CMYK 0 0.97 0.27 0.53
HSL 316.7º 0.93% 0.24% -
HSV(B) 316.7º 0.97% 0.47% -
XYZ 9.37 4.7 9.43 -
YUV 47.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 119 4 87 0 0.97 0.27 0.53 316.7 0.93 0.24
Hex 77 4 57 0 61 1B 35 13D 5D 18
Octal 167 4 127 0 141 33 65 475 135 30
Binary 1110111 100 1010111 0 1100001 11011 110101 100111101 1011101 11000

Color Harmonies of #770457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770457

Black with #770457

Text Example


Text Example

White with #770457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770457; }

 p { color: rgb(119,4,87); }

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

background-color css

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

 a { background-color: rgb(119,4,87); }

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

border-color css

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

 span { border-color: rgb(119,4,87); }

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