Html Css Color HEX #771A61 Palatinate Purple

📋 copy color: '#771A61'

red 119 ◦ green 26 ◦ blue 97

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

Shades of Palatinate Purple #771A61

Tints of Palatinate Purple #771A61

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.74%

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

R = 49.17%
G = 10.74%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#771A61 (or 0x771A61) is known color: Palatinate Purple. HEX triplet: 77, 1A and 61. RGB value is (119,26,97). Sum of RGB (Red+Green+Blue) = 119+26+97=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #771A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771A61 is #88E59E. Grayscale: #3D3D3D. Windows color (decimal): -8971679 or 6363767. OLE color: 6363767.

HSL color Cylindrical-coordinate representation of color #771A61: hue angle of 314.19º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A61 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 26 97 -
CMYK 0 0.78 0.18 0.53
HSL 314.19º 0.64% 0.28% -
HSV(B) 314.19º 0.78% 0.47% -
XYZ 10.13 5.52 11.84 -
YUV 61.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 119 26 97 0 0.78 0.18 0.53 314.19 0.64 0.28
Hex 77 1A 61 0 4E 12 35 13A 40 1C
Octal 167 32 141 0 116 22 65 472 100 34
Binary 1110111 11010 1100001 0 1001110 10010 110101 100111010 1000000 11100

Color Harmonies of #771A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771A61

Black with #771A61

Text Example


Text Example

White with #771A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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