Html Css Color HEX #770941 Tyrian Purple

📋 copy color: '#770941'

red 119 ◦ green 9 ◦ blue 65

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

Shades of Tyrian Purple #770941

Tints of Tyrian Purple #770941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 61.66%
G = 4.66%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#770941 (or 0x770941) is known color: Tyrian Purple. HEX triplet: 77, 09 and 41. RGB value is (119,9,65). Sum of RGB (Red+Green+Blue) = 119+9+65=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #770941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770941 is #88F6BE. Grayscale: #303030. Windows color (decimal): -8976063 or 4262263. OLE color: 4262263.

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

Color convert

RGB 119 9 65 -
CMYK 0 0.92 0.45 0.53
HSL 329.45º 0.86% 0.25% -
HSV(B) 329.45º 0.92% 0.47% -
XYZ 8.66 4.5 5.41 -
YUV 48.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 119 9 65 0 0.92 0.45 0.53 329.45 0.86 0.25
Hex 77 9 41 0 5C 2D 35 149 56 19
Octal 167 11 101 0 134 55 65 511 126 31
Binary 1110111 1001 1000001 0 1011100 101101 110101 101001001 1010110 11001

Color Harmonies of #770941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770941

Black with #770941

Text Example


Text Example

White with #770941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770941; }

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

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

background-color css

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

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

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

border-color css

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

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

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