Html Css Color HEX #771F65 Palatinate Purple

📋 copy color: '#771F65'

red 119 ◦ green 31 ◦ blue 101

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

Shades of Palatinate Purple #771F65

Tints of Palatinate Purple #771F65

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.35%

 BLUE value IS 101 (39.84% from 255) = 40.24%

R = 47.41%
G = 12.35%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#771F65 (or 0x771F65) is known color: Palatinate Purple. HEX triplet: 77, 1F and 65. RGB value is (119,31,101). Sum of RGB (Red+Green+Blue) = 119+31+101=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #771F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771F65 is #88E09A. Grayscale: #414141. Windows color (decimal): -8970395 or 6627191. OLE color: 6627191.

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

Color convert

RGB 119 31 101 -
CMYK 0 0.74 0.15 0.53
HSL 312.27º 0.59% 0.29% -
HSV(B) 312.27º 0.74% 0.47% -
XYZ 10.45 5.84 12.89 -
YUV 65.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 119 31 101 0 0.74 0.15 0.53 312.27 0.59 0.29
Hex 77 1F 65 0 4A F 35 138 3B 1D
Octal 167 37 145 0 112 17 65 470 73 35
Binary 1110111 11111 1100101 0 1001010 1111 110101 100111000 111011 11101

Color Harmonies of #771F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F65

Black with #771F65

Text Example


Text Example

White with #771F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,31,101); }

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

background-color css

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

 a { background-color: rgb(119,31,101); }

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

border-color css

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

 span { border-color: rgb(119,31,101); }

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