Html Css Color HEX #772966 Palatinate Purple

📋 copy color: '#772966'

red 119 ◦ green 41 ◦ blue 102

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

Shades of Palatinate Purple #772966

Tints of Palatinate Purple #772966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

 BLUE value IS 102 (40.23% from 255) = 38.93%

R = 45.42%
G = 15.65%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#772966 (or 0x772966) is known color: Palatinate Purple. HEX triplet: 77, 29 and 66. RGB value is (119,41,102). Sum of RGB (Red+Green+Blue) = 119+41+102=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #772966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772966 is #88D699. Grayscale: #474747. Windows color (decimal): -8967834 or 6695287. OLE color: 6695287.

HSL color Cylindrical-coordinate representation of color #772966: hue angle of 313.08º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772966 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 41 102 -
CMYK 0 0.66 0.14 0.53
HSL 313.08º 0.49% 0.31% -
HSV(B) 313.08º 0.66% 0.47% -
XYZ 10.8 6.47 13.25 -
YUV 71.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 119 41 102 0 0.66 0.14 0.53 313.08 0.49 0.31
Hex 77 29 66 0 42 E 35 139 31 1F
Octal 167 51 146 0 102 16 65 471 61 37
Binary 1110111 101001 1100110 0 1000010 1110 110101 100111001 110001 11111

Color Harmonies of #772966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772966

Black with #772966

Text Example


Text Example

White with #772966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772966; }

 p { color: rgb(119,41,102); }

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

background-color css

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

 a { background-color: rgb(119,41,102); }

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

border-color css

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

 span { border-color: rgb(119,41,102); }

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