Html Css Color HEX #772C61 Palatinate Purple

📋 copy color: '#772C61'

red 119 ◦ green 44 ◦ blue 97

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

Shades of Palatinate Purple #772C61

Tints of Palatinate Purple #772C61

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.92%

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

R = 45.77%
G = 16.92%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#772C61 (or 0x772C61) is known color: Palatinate Purple. HEX triplet: 77, 2C and 61. RGB value is (119,44,97). Sum of RGB (Red+Green+Blue) = 119+44+97=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #772C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C61 is #88D39E. Grayscale: #484848. Windows color (decimal): -8967071 or 6368375. OLE color: 6368375.

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

Color convert

RGB 119 44 97 -
CMYK 0 0.63 0.18 0.53
HSL 317.6º 0.46% 0.32% -
HSV(B) 317.6º 0.63% 0.47% -
XYZ 10.67 6.59 12.02 -
YUV 72.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 119 44 97 0 0.63 0.18 0.53 317.6 0.46 0.32
Hex 77 2C 61 0 3F 12 35 13E 2E 20
Octal 167 54 141 0 77 22 65 476 56 40
Binary 1110111 101100 1100001 0 111111 10010 110101 100111110 101110 100000

Color Harmonies of #772C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C61

Black with #772C61

Text Example


Text Example

White with #772C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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