Html Css Color HEX #771161 Palatinate Purple

📋 copy color: '#771161'

red 119 ◦ green 17 ◦ blue 97

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

Shades of Palatinate Purple #771161

Tints of Palatinate Purple #771161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.3%

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

R = 51.07%
G = 7.3%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#771161 (or 0x771161) is known color: Palatinate Purple. HEX triplet: 77, 11 and 61. RGB value is (119,17,97). Sum of RGB (Red+Green+Blue) = 119+17+97=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #771161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771161 is #88EE9E. Grayscale: #383838. Windows color (decimal): -8973983 or 6361463. OLE color: 6361463.

HSL color Cylindrical-coordinate representation of color #771161: hue angle of 312.94º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771161 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 97 -
CMYK 0 0.86 0.18 0.53
HSL 312.94º 0.75% 0.27% -
HSV(B) 312.94º 0.86% 0.47% -
XYZ 9.97 5.19 11.78 -
YUV 56.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 119 17 97 0 0.86 0.18 0.53 312.94 0.75 0.27
Hex 77 11 61 0 56 12 35 139 4B 1B
Octal 167 21 141 0 126 22 65 471 113 33
Binary 1110111 10001 1100001 0 1010110 10010 110101 100111001 1001011 11011

Color Harmonies of #771161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771161

Black with #771161

Text Example


Text Example

White with #771161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771161; }

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

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

background-color css

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

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

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

border-color css

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

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

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