Html Css Color HEX #771E60 Palatinate Purple

📋 copy color: '#771E60'

red 119 ◦ green 30 ◦ blue 96

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

Shades of Palatinate Purple #771E60

Tints of Palatinate Purple #771E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.24%

 BLUE value IS 96 (37.89% from 255) = 39.18%

R = 48.57%
G = 12.24%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#771E60 (or 0x771E60) is known color: Palatinate Purple. HEX triplet: 77, 1E and 60. RGB value is (119,30,96). Sum of RGB (Red+Green+Blue) = 119+30+96=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #771E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E60 is #88E19F. Grayscale: #3F3F3F. Windows color (decimal): -8970656 or 6299255. OLE color: 6299255.

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

Color convert

RGB 119 30 96 -
CMYK 0 0.75 0.19 0.53
HSL 315.51º 0.6% 0.29% -
HSV(B) 315.51º 0.75% 0.47% -
XYZ 10.18 5.7 11.63 -
YUV 64.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 119 30 96 0 0.75 0.19 0.53 315.51 0.6 0.29
Hex 77 1E 60 0 4B 13 35 13C 3C 1D
Octal 167 36 140 0 113 23 65 474 74 35
Binary 1110111 11110 1100000 0 1001011 10011 110101 100111100 111100 11101

Color Harmonies of #771E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E60

Black with #771E60

Text Example


Text Example

White with #771E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,30,96); }

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

background-color css

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

 a { background-color: rgb(119,30,96); }

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

border-color css

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

 span { border-color: rgb(119,30,96); }

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