Html Css Color HEX #770944 Tyrian Purple

📋 copy color: '#770944'

red 119 ◦ green 9 ◦ blue 68

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

Shades of Tyrian Purple #770944

Tints of Tyrian Purple #770944

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

 BLUE value IS 68 (26.95% from 255) = 34.69%

R = 60.71%
G = 4.59%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#770944 (or 0x770944) is known color: Tyrian Purple. HEX triplet: 77, 09 and 44. RGB value is (119,9,68). Sum of RGB (Red+Green+Blue) = 119+9+68=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #770944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770944 is #88F6BB. Grayscale: #303030. Windows color (decimal): -8976060 or 4458871. OLE color: 4458871.

HSL color Cylindrical-coordinate representation of color #770944: hue angle of 327.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770944 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 9 68 -
CMYK 0 0.92 0.43 0.53
HSL 327.82º 0.86% 0.25% -
HSV(B) 327.82º 0.92% 0.47% -
XYZ 8.75 4.53 5.88 -
YUV 48.62 138.94 178.2 -
System Red Green Blue C M Y K H S L
Decimal 119 9 68 0 0.92 0.43 0.53 327.82 0.86 0.25
Hex 77 9 44 0 5C 2B 35 148 56 19
Octal 167 11 104 0 134 53 65 510 126 31
Binary 1110111 1001 1000100 0 1011100 101011 110101 101001000 1010110 11001

Color Harmonies of #770944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770944

Black with #770944

Text Example


Text Example

White with #770944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770944; }

 p { color: rgb(119,9,68); }

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

background-color css

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

 a { background-color: rgb(119,9,68); }

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

border-color css

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

 span { border-color: rgb(119,9,68); }

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