Html Css Color HEX #770357 Tyrian Purple

📋 copy color: '#770357'

red 119 ◦ green 3 ◦ blue 87

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

Shades of Tyrian Purple #770357

Tints of Tyrian Purple #770357

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 56.94%
G = 1.44%
B = 41.63%

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

#770357 (or 0x770357) is known color: Tyrian Purple. HEX triplet: 77, 03 and 57. RGB value is (119,3,87). Sum of RGB (Red+Green+Blue) = 119+3+87=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #770357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770357 is #88FCA8. Grayscale: #2F2F2F. Windows color (decimal): -8977577 or 5702519. OLE color: 5702519.

HSL color Cylindrical-coordinate representation of color #770357: hue angle of 316.55º degrees, saturation: 0.95, 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 #770357 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 87 -
CMYK 0 0.97 0.27 0.53
HSL 316.55º 0.95% 0.24% -
HSV(B) 316.55º 0.97% 0.47% -
XYZ 9.36 4.68 9.43 -
YUV 47.26 150.43 179.17 -
System Red Green Blue C M Y K H S L
Decimal 119 3 87 0 0.97 0.27 0.53 316.55 0.95 0.24
Hex 77 3 57 0 61 1B 35 13D 5F 18
Octal 167 3 127 0 141 33 65 475 137 30
Binary 1110111 11 1010111 0 1100001 11011 110101 100111101 1011111 11000

Color Harmonies of #770357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770357

Black with #770357

Text Example


Text Example

White with #770357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770357; }

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

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

background-color css

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

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

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

border-color css

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

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

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