Html Css Color HEX #770359 Tyrian Purple

📋 copy color: '#770359'

red 119 ◦ green 3 ◦ blue 89

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

Shades of Tyrian Purple #770359

Tints of Tyrian Purple #770359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 42.18%

R = 56.4%
G = 1.42%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#770359 (or 0x770359) is known color: Tyrian Purple. HEX triplet: 77, 03 and 59. RGB value is (119,3,89). Sum of RGB (Red+Green+Blue) = 119+3+89=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #770359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770359 is #88FCA6. Grayscale: #2F2F2F. Windows color (decimal): -8977575 or 5833591. OLE color: 5833591.

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

Color convert

RGB 119 3 89 -
CMYK 0 0.97 0.25 0.53
HSL 315.52º 0.95% 0.24% -
HSV(B) 315.52º 0.97% 0.47% -
XYZ 9.44 4.71 9.86 -
YUV 47.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 119 3 89 0 0.97 0.25 0.53 315.52 0.95 0.24
Hex 77 3 59 0 61 19 35 13C 5F 18
Octal 167 3 131 0 141 31 65 474 137 30
Binary 1110111 11 1011001 0 1100001 11001 110101 100111100 1011111 11000

Color Harmonies of #770359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770359

Black with #770359

Text Example


Text Example

White with #770359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770359; }

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

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

background-color css

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

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

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

border-color css

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

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

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