Html Css Color HEX #772C6E Palatinate Purple

📋 copy color: '#772C6E'

red 119 ◦ green 44 ◦ blue 110

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

Shades of Palatinate Purple #772C6E

Tints of Palatinate Purple #772C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.29%

R = 43.59%
G = 16.12%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#772C6E (or 0x772C6E) is known color: Palatinate Purple. HEX triplet: 77, 2C and 6E. RGB value is (119,44,110). Sum of RGB (Red+Green+Blue) = 119+44+110=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #772C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C6E is #88D391. Grayscale: #494949. Windows color (decimal): -8967058 or 7220343. OLE color: 7220343.

HSL color Cylindrical-coordinate representation of color #772C6E: hue angle of 307.2º 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 #772C6E is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 44 110 -
CMYK 0 0.63 0.08 0.53
HSL 307.2º 0.46% 0.32% -
HSV(B) 307.2º 0.63% 0.47% -
XYZ 11.32 6.85 15.48 -
YUV 73.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 119 44 110 0 0.63 0.08 0.53 307.2 0.46 0.32
Hex 77 2C 6E 0 3F 8 35 133 2E 20
Octal 167 54 156 0 77 10 65 463 56 40
Binary 1110111 101100 1101110 0 111111 1000 110101 100110011 101110 100000

Color Harmonies of #772C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C6E

Black with #772C6E

Text Example


Text Example

White with #772C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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