Html Css Color HEX #770451 Tyrian Purple

📋 copy color: '#770451'

red 119 ◦ green 4 ◦ blue 81

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

Shades of Tyrian Purple #770451

Tints of Tyrian Purple #770451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.71%

R = 58.33%
G = 1.96%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#770451 (or 0x770451) is known color: Tyrian Purple. HEX triplet: 77, 04 and 51. RGB value is (119,4,81). Sum of RGB (Red+Green+Blue) = 119+4+81=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #770451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770451 is #88FBAE. Grayscale: #2E2E2E. Windows color (decimal): -8977327 or 5309559. OLE color: 5309559.

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

Color convert

RGB 119 4 81 -
CMYK 0 0.97 0.32 0.53
HSL 319.83º 0.93% 0.24% -
HSV(B) 319.83º 0.97% 0.47% -
XYZ 9.14 4.6 8.19 -
YUV 47.16 147.1 179.24 -
System Red Green Blue C M Y K H S L
Decimal 119 4 81 0 0.97 0.32 0.53 319.83 0.93 0.24
Hex 77 4 51 0 61 20 35 140 5D 18
Octal 167 4 121 0 141 40 65 500 135 30
Binary 1110111 100 1010001 0 1100001 100000 110101 101000000 1011101 11000

Color Harmonies of #770451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770451

Black with #770451

Text Example


Text Example

White with #770451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770451; }

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

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

background-color css

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

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

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

border-color css

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

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

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