Html Css Color HEX #773166 Palatinate Purple

📋 copy color: '#773166'

red 119 ◦ green 49 ◦ blue 102

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

Shades of Palatinate Purple #773166

Tints of Palatinate Purple #773166

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.15%

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

R = 44.07%
G = 18.15%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#773166 (or 0x773166) is known color: Palatinate Purple. HEX triplet: 77, 31 and 66. RGB value is (119,49,102). Sum of RGB (Red+Green+Blue) = 119+49+102=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #773166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773166 is #88CE99. Grayscale: #4B4B4B. Windows color (decimal): -8965786 or 6697335. OLE color: 6697335.

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

Color convert

RGB 119 49 102 -
CMYK 0 0.59 0.14 0.53
HSL 314.57º 0.42% 0.33% -
HSV(B) 314.57º 0.59% 0.47% -
XYZ 11.1 7.08 13.35 -
YUV 75.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 119 49 102 0 0.59 0.14 0.53 314.57 0.42 0.33
Hex 77 31 66 0 3B E 35 13B 2A 21
Octal 167 61 146 0 73 16 65 473 52 41
Binary 1110111 110001 1100110 0 111011 1110 110101 100111011 101010 100001

Color Harmonies of #773166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773166

Black with #773166

Text Example


Text Example

White with #773166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773166; }

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

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

background-color css

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

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

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

border-color css

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

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

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