Html Css Color HEX #771A64 Palatinate Purple

📋 copy color: '#771A64'

red 119 ◦ green 26 ◦ blue 100

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

Shades of Palatinate Purple #771A64

Tints of Palatinate Purple #771A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.82%

R = 48.57%
G = 10.61%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#771A64 (or 0x771A64) is known color: Palatinate Purple. HEX triplet: 77, 1A and 64. RGB value is (119,26,100). Sum of RGB (Red+Green+Blue) = 119+26+100=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #771A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771A64 is #88E59B. Grayscale: #3E3E3E. Windows color (decimal): -8971676 or 6560375. OLE color: 6560375.

HSL color Cylindrical-coordinate representation of color #771A64: hue angle of 312.26º 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 #771A64 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 26 100 -
CMYK 0 0.78 0.16 0.53
HSL 312.26º 0.64% 0.28% -
HSV(B) 312.26º 0.78% 0.47% -
XYZ 10.28 5.58 12.59 -
YUV 62.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 119 26 100 0 0.78 0.16 0.53 312.26 0.64 0.28
Hex 77 1A 64 0 4E 10 35 138 40 1C
Octal 167 32 144 0 116 20 65 470 100 34
Binary 1110111 11010 1100100 0 1001110 10000 110101 100111000 1000000 11100

Color Harmonies of #771A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771A64

Black with #771A64

Text Example


Text Example

White with #771A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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