Html Css Color HEX #770436 Tyrian Purple

📋 copy color: '#770436'

red 119 ◦ green 4 ◦ blue 54

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

Shades of Tyrian Purple #770436

Tints of Tyrian Purple #770436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

 BLUE value IS 54 (21.48% from 255) = 30.51%

R = 67.23%
G = 2.26%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#770436 (or 0x770436) is known color: Tyrian Purple. HEX triplet: 77, 04 and 36. RGB value is (119,4,54). Sum of RGB (Red+Green+Blue) = 119+4+54=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #770436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770436 is #88FBC9. Grayscale: #2B2B2B. Windows color (decimal): -8977354 or 3540087. OLE color: 3540087.

HSL color Cylindrical-coordinate representation of color #770436: hue angle of 333.91º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770436 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 4 54 -
CMYK 0 0.97 0.55 0.53
HSL 333.91º 0.93% 0.24% -
HSV(B) 333.91º 0.97% 0.47% -
XYZ 8.32 4.28 3.88 -
YUV 44.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 119 4 54 0 0.97 0.55 0.53 333.91 0.93 0.24
Hex 77 4 36 0 61 37 35 14E 5D 18
Octal 167 4 66 0 141 67 65 516 135 30
Binary 1110111 100 110110 0 1100001 110111 110101 101001110 1011101 11000

Color Harmonies of #770436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770436

Black with #770436

Text Example


Text Example

White with #770436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770436; }

 p { color: rgb(119,4,54); }

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

background-color css

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

 a { background-color: rgb(119,4,54); }

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

border-color css

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

 span { border-color: rgb(119,4,54); }

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