Html Css Color HEX #770949 Tyrian Purple

📋 copy color: '#770949'

red 119 ◦ green 9 ◦ blue 73

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

Shades of Tyrian Purple #770949

Tints of Tyrian Purple #770949

RGB

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

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

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

R = 59.2%
G = 4.48%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#770949 (or 0x770949) is known color: Tyrian Purple. HEX triplet: 77, 09 and 49. RGB value is (119,9,73). Sum of RGB (Red+Green+Blue) = 119+9+73=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #770949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770949 is #88F6B6. Grayscale: #313131. Windows color (decimal): -8976055 or 4786551. OLE color: 4786551.

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

Color convert

RGB 119 9 73 -
CMYK 0 0.92 0.39 0.53
HSL 325.09º 0.86% 0.25% -
HSV(B) 325.09º 0.92% 0.47% -
XYZ 8.91 4.6 6.72 -
YUV 49.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 119 9 73 0 0.92 0.39 0.53 325.09 0.86 0.25
Hex 77 9 49 0 5C 27 35 145 56 19
Octal 167 11 111 0 134 47 65 505 126 31
Binary 1110111 1001 1001001 0 1011100 100111 110101 101000101 1010110 11001

Color Harmonies of #770949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770949

Black with #770949

Text Example


Text Example

White with #770949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770949; }

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

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

background-color css

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

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

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

border-color css

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

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

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