Html Css Color HEX #770459 Tyrian Purple

📋 copy color: '#770459'

red 119 ◦ green 4 ◦ blue 89

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

Shades of Tyrian Purple #770459

Tints of Tyrian Purple #770459

RGB

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

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

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

R = 56.13%
G = 1.89%
B = 41.98%

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

#770459 (or 0x770459) is known color: Tyrian Purple. HEX triplet: 77, 04 and 59. RGB value is (119,4,89). Sum of RGB (Red+Green+Blue) = 119+4+89=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #770459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770459 is #88FBA6. Grayscale: #2F2F2F. Windows color (decimal): -8977319 or 5833847. OLE color: 5833847.

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

Color convert

RGB 119 4 89 -
CMYK 0 0.97 0.25 0.53
HSL 315.65º 0.93% 0.24% -
HSV(B) 315.65º 0.97% 0.47% -
XYZ 9.45 4.73 9.87 -
YUV 48.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 119 4 89 0 0.97 0.25 0.53 315.65 0.93 0.24
Hex 77 4 59 0 61 19 35 13C 5D 18
Octal 167 4 131 0 141 31 65 474 135 30
Binary 1110111 100 1011001 0 1100001 11001 110101 100111100 1011101 11000

Color Harmonies of #770459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770459

Black with #770459

Text Example


Text Example

White with #770459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770459; }

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

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

background-color css

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

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

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

border-color css

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

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

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