Html Css Color HEX #770449 Tyrian Purple

📋 copy color: '#770449'

red 119 ◦ green 4 ◦ blue 73

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

Shades of Tyrian Purple #770449

Tints of Tyrian Purple #770449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 37.24%

R = 60.71%
G = 2.04%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#770449 (or 0x770449) is known color: Tyrian Purple. HEX triplet: 77, 04 and 49. RGB value is (119,4,73). Sum of RGB (Red+Green+Blue) = 119+4+73=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #770449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770449 is #88FBB6. Grayscale: #2E2E2E. Windows color (decimal): -8977335 or 4785271. OLE color: 4785271.

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

Color convert

RGB 119 4 73 -
CMYK 0 0.97 0.39 0.53
HSL 324º 0.93% 0.24% -
HSV(B) 324º 0.97% 0.47% -
XYZ 8.85 4.49 6.7 -
YUV 46.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 119 4 73 0 0.97 0.39 0.53 324 0.93 0.24
Hex 77 4 49 0 61 27 35 144 5D 18
Octal 167 4 111 0 141 47 65 504 135 30
Binary 1110111 100 1001001 0 1100001 100111 110101 101000100 1011101 11000

Color Harmonies of #770449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770449

Black with #770449

Text Example


Text Example

White with #770449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770449; }

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

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

background-color css

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

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

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

border-color css

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

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

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