Html Css Color HEX #772A66 Palatinate Purple

📋 copy color: '#772A66'

red 119 ◦ green 42 ◦ blue 102

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

Shades of Palatinate Purple #772A66

Tints of Palatinate Purple #772A66

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.97%

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

R = 45.25%
G = 15.97%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#772A66 (or 0x772A66) is known color: Palatinate Purple. HEX triplet: 77, 2A and 66. RGB value is (119,42,102). Sum of RGB (Red+Green+Blue) = 119+42+102=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #772A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A66 is #88D599. Grayscale: #474747. Windows color (decimal): -8967578 or 6695543. OLE color: 6695543.

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

Color convert

RGB 119 42 102 -
CMYK 0 0.65 0.14 0.53
HSL 313.25º 0.48% 0.32% -
HSV(B) 313.25º 0.65% 0.47% -
XYZ 10.83 6.54 13.26 -
YUV 71.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 119 42 102 0 0.65 0.14 0.53 313.25 0.48 0.32
Hex 77 2A 66 0 41 E 35 139 30 20
Octal 167 52 146 0 101 16 65 471 60 40
Binary 1110111 101010 1100110 0 1000001 1110 110101 100111001 110000 100000

Color Harmonies of #772A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A66

Black with #772A66

Text Example


Text Example

White with #772A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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