Html Css Color HEX #770257 Tyrian Purple

📋 copy color: '#770257'

red 119 ◦ green 2 ◦ blue 87

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

Shades of Tyrian Purple #770257

Tints of Tyrian Purple #770257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 57.21%
G = 0.96%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#770257 (or 0x770257) is known color: Tyrian Purple. HEX triplet: 77, 02 and 57. RGB value is (119,2,87). Sum of RGB (Red+Green+Blue) = 119+2+87=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #770257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770257 is #88FDA8. Grayscale: #2E2E2E. Windows color (decimal): -8977833 or 5702263. OLE color: 5702263.

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

Color convert

RGB 119 2 87 -
CMYK 0 0.98 0.27 0.53
HSL 316.41º 0.97% 0.24% -
HSV(B) 316.41º 0.98% 0.47% -
XYZ 9.35 4.65 9.42 -
YUV 46.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 119 2 87 0 0.98 0.27 0.53 316.41 0.97 0.24
Hex 77 2 57 0 62 1B 35 13C 61 18
Octal 167 2 127 0 142 33 65 474 141 30
Binary 1110111 10 1010111 0 1100010 11011 110101 100111100 1100001 11000

Color Harmonies of #770257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770257

Black with #770257

Text Example


Text Example

White with #770257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770257; }

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

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

background-color css

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

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

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

border-color css

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

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

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