Html Css Color HEX #770B4F Tyrian Purple

📋 copy color: '#770B4F'

red 119 ◦ green 11 ◦ blue 79

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

Shades of Tyrian Purple #770B4F

Tints of Tyrian Purple #770B4F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.26%

 BLUE value IS 79 (31.25% from 255) = 37.8%

R = 56.94%
G = 5.26%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#770B4F (or 0x770B4F) is known color: Tyrian Purple. HEX triplet: 77, 0B and 4F. RGB value is (119,11,79). Sum of RGB (Red+Green+Blue) = 119+11+79=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #770B4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B4F is #88F4B0. Grayscale: #323232. Windows color (decimal): -8975537 or 5180279. OLE color: 5180279.

HSL color Cylindrical-coordinate representation of color #770B4F: hue angle of 322.22º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B4F is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 11 79 -
CMYK 0 0.91 0.34 0.53
HSL 322.22º 0.83% 0.25% -
HSV(B) 322.22º 0.91% 0.47% -
XYZ 9.14 4.73 7.83 -
YUV 51.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 119 11 79 0 0.91 0.34 0.53 322.22 0.83 0.25
Hex 77 B 4F 0 5B 22 35 142 53 19
Octal 167 13 117 0 133 42 65 502 123 31
Binary 1110111 1011 1001111 0 1011011 100010 110101 101000010 1010011 11001

Color Harmonies of #770B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770B4F

Black with #770B4F

Text Example


Text Example

White with #770B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,11,79); }

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

background-color css

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

 a { background-color: rgb(119,11,79); }

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

border-color css

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

 span { border-color: rgb(119,11,79); }

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