Html Css Color HEX #772069 Palatinate Purple

📋 copy color: '#772069'

red 119 ◦ green 32 ◦ blue 105

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

Shades of Palatinate Purple #772069

Tints of Palatinate Purple #772069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

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

R = 46.48%
G = 12.5%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#772069 (or 0x772069) is known color: Palatinate Purple. HEX triplet: 77, 20 and 69. RGB value is (119,32,105). Sum of RGB (Red+Green+Blue) = 119+32+105=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #772069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772069 is #88DF96. Grayscale: #424242. Windows color (decimal): -8970135 or 6889591. OLE color: 6889591.

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

Color convert

RGB 119 32 105 -
CMYK 0 0.73 0.12 0.53
HSL 309.66º 0.58% 0.3% -
HSV(B) 309.66º 0.73% 0.47% -
XYZ 10.67 5.97 13.96 -
YUV 66.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 119 32 105 0 0.73 0.12 0.53 309.66 0.58 0.3
Hex 77 20 69 0 49 C 35 136 3A 1E
Octal 167 40 151 0 111 14 65 466 72 36
Binary 1110111 100000 1101001 0 1001001 1100 110101 100110110 111010 11110

Color Harmonies of #772069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772069

Black with #772069

Text Example


Text Example

White with #772069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772069; }

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

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

background-color css

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

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

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

border-color css

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

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

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