Html Css Color HEX #771C64 Palatinate Purple

📋 copy color: '#771C64'

red 119 ◦ green 28 ◦ blue 100

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

Shades of Palatinate Purple #771C64

Tints of Palatinate Purple #771C64

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.34%

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

R = 48.18%
G = 11.34%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#771C64 (or 0x771C64) is known color: Palatinate Purple. HEX triplet: 77, 1C and 64. RGB value is (119,28,100). Sum of RGB (Red+Green+Blue) = 119+28+100=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #771C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C64 is #88E39B. Grayscale: #3F3F3F. Windows color (decimal): -8971164 or 6560887. OLE color: 6560887.

HSL color Cylindrical-coordinate representation of color #771C64: hue angle of 312.53º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771C64 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 28 100 -
CMYK 0 0.76 0.16 0.53
HSL 312.53º 0.62% 0.29% -
HSV(B) 312.53º 0.76% 0.47% -
XYZ 10.32 5.67 12.61 -
YUV 63.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 119 28 100 0 0.76 0.16 0.53 312.53 0.62 0.29
Hex 77 1C 64 0 4C 10 35 139 3E 1D
Octal 167 34 144 0 114 20 65 471 76 35
Binary 1110111 11100 1100100 0 1001100 10000 110101 100111001 111110 11101

Color Harmonies of #771C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C64

Black with #771C64

Text Example


Text Example

White with #771C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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