Html Css Color HEX #773165 Palatinate Purple

📋 copy color: '#773165'

red 119 ◦ green 49 ◦ blue 101

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

Shades of Palatinate Purple #773165

Tints of Palatinate Purple #773165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 44.24%
G = 18.22%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#773165 (or 0x773165) is known color: Palatinate Purple. HEX triplet: 77, 31 and 65. RGB value is (119,49,101). Sum of RGB (Red+Green+Blue) = 119+49+101=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #773165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773165 is #88CE9A. Grayscale: #4B4B4B. Windows color (decimal): -8965787 or 6631799. OLE color: 6631799.

HSL color Cylindrical-coordinate representation of color #773165: hue angle of 315.43º 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 #773165 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 101 -
CMYK 0 0.59 0.15 0.53
HSL 315.43º 0.42% 0.33% -
HSV(B) 315.43º 0.59% 0.47% -
XYZ 11.06 7.06 13.09 -
YUV 75.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 119 49 101 0 0.59 0.15 0.53 315.43 0.42 0.33
Hex 77 31 65 0 3B F 35 13B 2A 21
Octal 167 61 145 0 73 17 65 473 52 41
Binary 1110111 110001 1100101 0 111011 1111 110101 100111011 101010 100001

Color Harmonies of #773165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773165

Black with #773165

Text Example


Text Example

White with #773165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773165; }

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

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

background-color css

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

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

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

border-color css

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

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

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