Html Css Color HEX #773161 Palatinate Purple

📋 copy color: '#773161'

red 119 ◦ green 49 ◦ blue 97

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

Shades of Palatinate Purple #773161

Tints of Palatinate Purple #773161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.6%

R = 44.91%
G = 18.49%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#773161 (or 0x773161) is known color: Palatinate Purple. HEX triplet: 77, 31 and 61. RGB value is (119,49,97). Sum of RGB (Red+Green+Blue) = 119+49+97=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #773161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773161 is #88CE9E. Grayscale: #4B4B4B. Windows color (decimal): -8965791 or 6369655. OLE color: 6369655.

HSL color Cylindrical-coordinate representation of color #773161: hue angle of 318.86º 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 #773161 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 97 -
CMYK 0 0.59 0.18 0.53
HSL 318.86º 0.42% 0.33% -
HSV(B) 318.86º 0.59% 0.47% -
XYZ 10.86 6.98 12.08 -
YUV 75.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 119 49 97 0 0.59 0.18 0.53 318.86 0.42 0.33
Hex 77 31 61 0 3B 12 35 13F 2A 21
Octal 167 61 141 0 73 22 65 477 52 41
Binary 1110111 110001 1100001 0 111011 10010 110101 100111111 101010 100001

Color Harmonies of #773161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773161

Black with #773161

Text Example


Text Example

White with #773161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773161; }

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

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

background-color css

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

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

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

border-color css

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

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

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