Html Css Color HEX #770D39 Tyrian Purple

📋 copy color: '#770D39'

red 119 ◦ green 13 ◦ blue 57

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

Shades of Tyrian Purple #770D39

Tints of Tyrian Purple #770D39

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.88%

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

R = 62.96%
G = 6.88%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#770D39 (or 0x770D39) is known color: Tyrian Purple. HEX triplet: 77, 0D and 39. RGB value is (119,13,57). Sum of RGB (Red+Green+Blue) = 119+13+57=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #770D39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770D39 is #88F2C6. Grayscale: #313131. Windows color (decimal): -8975047 or 3738999. OLE color: 3738999.

HSL color Cylindrical-coordinate representation of color #770D39: hue angle of 335.09º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D39 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 13 57 -
CMYK 0 0.89 0.52 0.53
HSL 335.09º 0.8% 0.26% -
HSV(B) 335.09º 0.89% 0.47% -
XYZ 8.49 4.51 4.29 -
YUV 49.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 119 13 57 0 0.89 0.52 0.53 335.09 0.8 0.26
Hex 77 D 39 0 59 34 35 14F 50 1A
Octal 167 15 71 0 131 64 65 517 120 32
Binary 1110111 1101 111001 0 1011001 110100 110101 101001111 1010000 11010

Color Harmonies of #770D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D39

Black with #770D39

Text Example


Text Example

White with #770D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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