Html Css Color HEX #772269 Palatinate Purple

📋 copy color: '#772269'

red 119 ◦ green 34 ◦ blue 105

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

Shades of Palatinate Purple #772269

Tints of Palatinate Purple #772269

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.18%

 BLUE value IS 105 (41.41% from 255) = 40.7%

R = 46.12%
G = 13.18%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#772269 (or 0x772269) is known color: Palatinate Purple. HEX triplet: 77, 22 and 69. RGB value is (119,34,105). Sum of RGB (Red+Green+Blue) = 119+34+105=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #772269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772269 is #88DD96. Grayscale: #434343. Windows color (decimal): -8969623 or 6890103. OLE color: 6890103.

HSL color Cylindrical-coordinate representation of color #772269: hue angle of 309.88º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772269 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 34 105 -
CMYK 0 0.71 0.12 0.53
HSL 309.88º 0.56% 0.3% -
HSV(B) 309.88º 0.71% 0.47% -
XYZ 10.73 6.09 13.97 -
YUV 67.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 119 34 105 0 0.71 0.12 0.53 309.88 0.56 0.3
Hex 77 22 69 0 47 C 35 136 38 1E
Octal 167 42 151 0 107 14 65 466 70 36
Binary 1110111 100010 1101001 0 1000111 1100 110101 100110110 111000 11110

Color Harmonies of #772269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772269

Black with #772269

Text Example


Text Example

White with #772269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772269; }

 p { color: rgb(119,34,105); }

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

background-color css

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

 a { background-color: rgb(119,34,105); }

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

border-color css

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

 span { border-color: rgb(119,34,105); }

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