Html Css Color HEX #770B45 Tyrian Purple

📋 copy color: '#770B45'

red 119 ◦ green 11 ◦ blue 69

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

Shades of Tyrian Purple #770B45

Tints of Tyrian Purple #770B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.67%

R = 59.8%
G = 5.53%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#770B45 (or 0x770B45) is known color: Tyrian Purple. HEX triplet: 77, 0B and 45. RGB value is (119,11,69). Sum of RGB (Red+Green+Blue) = 119+11+69=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #770B45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770B45 is #88F4BA. Grayscale: #313131. Windows color (decimal): -8975547 or 4524919. OLE color: 4524919.

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

Color convert

RGB 119 11 69 -
CMYK 0 0.91 0.42 0.53
HSL 327.78º 0.83% 0.25% -
HSV(B) 327.78º 0.91% 0.47% -
XYZ 8.8 4.59 6.05 -
YUV 49.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 119 11 69 0 0.91 0.42 0.53 327.78 0.83 0.25
Hex 77 B 45 0 5B 2A 35 148 53 19
Octal 167 13 105 0 133 52 65 510 123 31
Binary 1110111 1011 1000101 0 1011011 101010 110101 101001000 1010011 11001

Color Harmonies of #770B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770B45

Black with #770B45

Text Example


Text Example

White with #770B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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