Html Css Color HEX #770D37 Tyrian Purple

📋 copy color: '#770D37'

red 119 ◦ green 13 ◦ blue 55

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

Shades of Tyrian Purple #770D37

Tints of Tyrian Purple #770D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 29.41%

R = 63.64%
G = 6.95%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#770D37 (or 0x770D37) is known color: Tyrian Purple. HEX triplet: 77, 0D and 37. RGB value is (119,13,55). Sum of RGB (Red+Green+Blue) = 119+13+55=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #770D37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770D37 is #88F2C8. Grayscale: #313131. Windows color (decimal): -8975049 or 3607927. OLE color: 3607927.

HSL color Cylindrical-coordinate representation of color #770D37: hue angle of 336.23º 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 #770D37 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 13 55 -
CMYK 0 0.89 0.54 0.53
HSL 336.23º 0.8% 0.26% -
HSV(B) 336.23º 0.89% 0.47% -
XYZ 8.44 4.49 4.04 -
YUV 49.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 119 13 55 0 0.89 0.54 0.53 336.23 0.8 0.26
Hex 77 D 37 0 59 36 35 150 50 1A
Octal 167 15 67 0 131 66 65 520 120 32
Binary 1110111 1101 110111 0 1011001 110110 110101 101010000 1010000 11010

Color Harmonies of #770D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D37

Black with #770D37

Text Example


Text Example

White with #770D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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