Html Css Color HEX #772E6C Palatinate Purple

📋 copy color: '#772E6C'

red 119 ◦ green 46 ◦ blue 108

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

Shades of Palatinate Purple #772E6C

Tints of Palatinate Purple #772E6C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.85%

 BLUE value IS 108 (42.58% from 255) = 39.56%

R = 43.59%
G = 16.85%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#772E6C (or 0x772E6C) is known color: Palatinate Purple. HEX triplet: 77, 2E and 6C. RGB value is (119,46,108). Sum of RGB (Red+Green+Blue) = 119+46+108=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #772E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772E6C is #88D193. Grayscale: #4A4A4A. Windows color (decimal): -8966548 or 7089783. OLE color: 7089783.

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

Color convert

RGB 119 46 108 -
CMYK 0 0.61 0.09 0.53
HSL 309.04º 0.44% 0.32% -
HSV(B) 309.04º 0.61% 0.47% -
XYZ 11.29 6.96 14.94 -
YUV 74.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 119 46 108 0 0.61 0.09 0.53 309.04 0.44 0.32
Hex 77 2E 6C 0 3D 9 35 135 2C 20
Octal 167 56 154 0 75 11 65 465 54 40
Binary 1110111 101110 1101100 0 111101 1001 110101 100110101 101100 100000

Color Harmonies of #772E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E6C

Black with #772E6C

Text Example


Text Example

White with #772E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,46,108); }

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

background-color css

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

 a { background-color: rgb(119,46,108); }

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

border-color css

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

 span { border-color: rgb(119,46,108); }

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