Html Css Color HEX #772866 Palatinate Purple

📋 copy color: '#772866'

red 119 ◦ green 40 ◦ blue 102

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

Shades of Palatinate Purple #772866

Tints of Palatinate Purple #772866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.33%

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

R = 45.59%
G = 15.33%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#772866 (or 0x772866) is known color: Palatinate Purple. HEX triplet: 77, 28 and 66. RGB value is (119,40,102). Sum of RGB (Red+Green+Blue) = 119+40+102=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #772866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772866 is #88D799. Grayscale: #464646. Windows color (decimal): -8968090 or 6695031. OLE color: 6695031.

HSL color Cylindrical-coordinate representation of color #772866: hue angle of 312.91º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772866 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 40 102 -
CMYK 0 0.66 0.14 0.53
HSL 312.91º 0.5% 0.31% -
HSV(B) 312.91º 0.66% 0.47% -
XYZ 10.76 6.4 13.24 -
YUV 70.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 119 40 102 0 0.66 0.14 0.53 312.91 0.5 0.31
Hex 77 28 66 0 42 E 35 139 32 1F
Octal 167 50 146 0 102 16 65 471 62 37
Binary 1110111 101000 1100110 0 1000010 1110 110101 100111001 110010 11111

Color Harmonies of #772866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772866

Black with #772866

Text Example


Text Example

White with #772866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772866; }

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

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

background-color css

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

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

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

border-color css

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

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

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