Html Css Color HEX #770745 Tyrian Purple

📋 copy color: '#770745'

red 119 ◦ green 7 ◦ blue 69

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

Shades of Tyrian Purple #770745

Tints of Tyrian Purple #770745

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.59%

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

R = 61.03%
G = 3.59%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#770745 (or 0x770745) is known color: Tyrian Purple. HEX triplet: 77, 07 and 45. RGB value is (119,7,69). Sum of RGB (Red+Green+Blue) = 119+7+69=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #770745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770745 is #88F8BA. Grayscale: #2F2F2F. Windows color (decimal): -8976571 or 4523895. OLE color: 4523895.

HSL color Cylindrical-coordinate representation of color #770745: hue angle of 326.79º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770745 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 69 -
CMYK 0 0.94 0.42 0.53
HSL 326.79º 0.89% 0.25% -
HSV(B) 326.79º 0.94% 0.47% -
XYZ 8.76 4.5 6.04 -
YUV 47.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 119 7 69 0 0.94 0.42 0.53 326.79 0.89 0.25
Hex 77 7 45 0 5E 2A 35 147 59 19
Octal 167 7 105 0 136 52 65 507 131 31
Binary 1110111 111 1000101 0 1011110 101010 110101 101000111 1011001 11001

Color Harmonies of #770745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770745

Black with #770745

Text Example


Text Example

White with #770745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770745; }

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

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

background-color css

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

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

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

border-color css

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

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

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