Html Css Color HEX #773169 Palatinate Purple

📋 copy color: '#773169'

red 119 ◦ green 49 ◦ blue 105

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

Shades of Palatinate Purple #773169

Tints of Palatinate Purple #773169

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.95%

 BLUE value IS 105 (41.41% from 255) = 38.46%

R = 43.59%
G = 17.95%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#773169 (or 0x773169) is known color: Palatinate Purple. HEX triplet: 77, 31 and 69. RGB value is (119,49,105). Sum of RGB (Red+Green+Blue) = 119+49+105=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #773169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773169 is #88CE96. Grayscale: #4C4C4C. Windows color (decimal): -8965783 or 6893943. OLE color: 6893943.

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

Color convert

RGB 119 49 105 -
CMYK 0 0.59 0.12 0.53
HSL 312º 0.42% 0.33% -
HSV(B) 312º 0.59% 0.47% -
XYZ 11.26 7.14 14.15 -
YUV 76.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 119 49 105 0 0.59 0.12 0.53 312 0.42 0.33
Hex 77 31 69 0 3B C 35 138 2A 21
Octal 167 61 151 0 73 14 65 470 52 41
Binary 1110111 110001 1101001 0 111011 1100 110101 100111000 101010 100001

Color Harmonies of #773169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773169

Black with #773169

Text Example


Text Example

White with #773169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773169; }

 p { color: rgb(119,49,105); }

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

background-color css

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

 a { background-color: rgb(119,49,105); }

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

border-color css

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

 span { border-color: rgb(119,49,105); }

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