Html Css Color HEX #770939 Tyrian Purple

📋 copy color: '#770939'

red 119 ◦ green 9 ◦ blue 57

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

Shades of Tyrian Purple #770939

Tints of Tyrian Purple #770939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 30.81%

R = 64.32%
G = 4.86%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#770939 (or 0x770939) is known color: Tyrian Purple. HEX triplet: 77, 09 and 39. RGB value is (119,9,57). Sum of RGB (Red+Green+Blue) = 119+9+57=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #770939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770939 is #88F6C6. Grayscale: #2F2F2F. Windows color (decimal): -8976071 or 3737975. OLE color: 3737975.

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

Color convert

RGB 119 9 57 -
CMYK 0 0.92 0.52 0.53
HSL 333.82º 0.86% 0.25% -
HSV(B) 333.82º 0.92% 0.47% -
XYZ 8.44 4.41 4.28 -
YUV 47.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 119 9 57 0 0.92 0.52 0.53 333.82 0.86 0.25
Hex 77 9 39 0 5C 34 35 14E 56 19
Octal 167 11 71 0 134 64 65 516 126 31
Binary 1110111 1001 111001 0 1011100 110100 110101 101001110 1010110 11001

Color Harmonies of #770939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770939

Black with #770939

Text Example


Text Example

White with #770939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770939; }

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

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

background-color css

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

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

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

border-color css

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

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

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