Html Css Color HEX #772B61 Palatinate Purple

📋 copy color: '#772B61'

red 119 ◦ green 43 ◦ blue 97

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

Shades of Palatinate Purple #772B61

Tints of Palatinate Purple #772B61

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.6%

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

R = 45.95%
G = 16.6%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#772B61 (or 0x772B61) is known color: Palatinate Purple. HEX triplet: 77, 2B and 61. RGB value is (119,43,97). Sum of RGB (Red+Green+Blue) = 119+43+97=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #772B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772B61 is #88D49E. Grayscale: #474747. Windows color (decimal): -8967327 or 6368119. OLE color: 6368119.

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

Color convert

RGB 119 43 97 -
CMYK 0 0.64 0.18 0.53
HSL 317.37º 0.47% 0.32% -
HSV(B) 317.37º 0.64% 0.47% -
XYZ 10.63 6.51 12.01 -
YUV 71.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 119 43 97 0 0.64 0.18 0.53 317.37 0.47 0.32
Hex 77 2B 61 0 40 12 35 13D 2F 20
Octal 167 53 141 0 100 22 65 475 57 40
Binary 1110111 101011 1100001 0 1000000 10010 110101 100111101 101111 100000

Color Harmonies of #772B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B61

Black with #772B61

Text Example


Text Example

White with #772B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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