Html Css Color HEX #773266 Palatinate Purple

📋 copy color: '#773266'

red 119 ◦ green 50 ◦ blue 102

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

Shades of Palatinate Purple #773266

Tints of Palatinate Purple #773266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

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

R = 43.91%
G = 18.45%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#773266 (or 0x773266) is known color: Palatinate Purple. HEX triplet: 77, 32 and 66. RGB value is (119,50,102). Sum of RGB (Red+Green+Blue) = 119+50+102=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #773266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773266 is #88CD99. Grayscale: #4C4C4C. Windows color (decimal): -8965530 or 6697591. OLE color: 6697591.

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

Color convert

RGB 119 50 102 -
CMYK 0 0.58 0.14 0.53
HSL 314.78º 0.41% 0.33% -
HSV(B) 314.78º 0.58% 0.47% -
XYZ 11.15 7.16 13.37 -
YUV 76.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 119 50 102 0 0.58 0.14 0.53 314.78 0.41 0.33
Hex 77 32 66 0 3A E 35 13B 29 21
Octal 167 62 146 0 72 16 65 473 51 41
Binary 1110111 110010 1100110 0 111010 1110 110101 100111011 101001 100001

Color Harmonies of #773266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773266

Black with #773266

Text Example


Text Example

White with #773266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773266; }

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

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

background-color css

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

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

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

border-color css

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

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

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