Html Css Color HEX #770344 Tyrian Purple

📋 copy color: '#770344'

red 119 ◦ green 3 ◦ blue 68

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

Shades of Tyrian Purple #770344

Tints of Tyrian Purple #770344

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

 BLUE value IS 68 (26.95% from 255) = 35.79%

R = 62.63%
G = 1.58%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#770344 (or 0x770344) is known color: Tyrian Purple. HEX triplet: 77, 03 and 44. RGB value is (119,3,68). Sum of RGB (Red+Green+Blue) = 119+3+68=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #770344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770344 is #88FCBB. Grayscale: #2C2C2C. Windows color (decimal): -8977596 or 4457335. OLE color: 4457335.

HSL color Cylindrical-coordinate representation of color #770344: hue angle of 326.38º degrees, saturation: 0.95, 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 #770344 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 68 -
CMYK 0 0.97 0.43 0.53
HSL 326.38º 0.95% 0.24% -
HSV(B) 326.38º 0.97% 0.47% -
XYZ 8.68 4.4 5.86 -
YUV 45.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 119 3 68 0 0.97 0.43 0.53 326.38 0.95 0.24
Hex 77 3 44 0 61 2B 35 146 5F 18
Octal 167 3 104 0 141 53 65 506 137 30
Binary 1110111 11 1000100 0 1100001 101011 110101 101000110 1011111 11000

Color Harmonies of #770344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770344

Black with #770344

Text Example


Text Example

White with #770344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770344; }

 p { color: rgb(119,3,68); }

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

background-color css

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

 a { background-color: rgb(119,3,68); }

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

border-color css

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

 span { border-color: rgb(119,3,68); }

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