Html Css Color HEX #771761 Palatinate Purple

📋 copy color: '#771761'

red 119 ◦ green 23 ◦ blue 97

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

Shades of Palatinate Purple #771761

Tints of Palatinate Purple #771761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.62%

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

R = 49.79%
G = 9.62%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#771761 (or 0x771761) is known color: Palatinate Purple. HEX triplet: 77, 17 and 61. RGB value is (119,23,97). Sum of RGB (Red+Green+Blue) = 119+23+97=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #771761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771761 is #88E89E. Grayscale: #3B3B3B. Windows color (decimal): -8972447 or 6362999. OLE color: 6362999.

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

Color convert

RGB 119 23 97 -
CMYK 0 0.81 0.18 0.53
HSL 313.75º 0.68% 0.28% -
HSV(B) 313.75º 0.81% 0.47% -
XYZ 10.07 5.4 11.82 -
YUV 60.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 119 23 97 0 0.81 0.18 0.53 313.75 0.68 0.28
Hex 77 17 61 0 51 12 35 13A 44 1C
Octal 167 27 141 0 121 22 65 472 104 34
Binary 1110111 10111 1100001 0 1010001 10010 110101 100111010 1000100 11100

Color Harmonies of #771761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771761

Black with #771761

Text Example


Text Example

White with #771761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771761; }

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

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

background-color css

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

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

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

border-color css

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

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

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