Html Css Color HEX #773B65 Palatinate Purple

📋 copy color: '#773B65'

red 119 ◦ green 59 ◦ blue 101

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

Shades of Palatinate Purple #773B65

Tints of Palatinate Purple #773B65

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.15%

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

R = 42.65%
G = 21.15%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#773B65 (or 0x773B65) is known color: Palatinate Purple. HEX triplet: 77, 3B and 65. RGB value is (119,59,101). Sum of RGB (Red+Green+Blue) = 119+59+101=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #773B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773B65 is #88C49A. Grayscale: #515151. Windows color (decimal): -8963227 or 6634359. OLE color: 6634359.

HSL color Cylindrical-coordinate representation of color #773B65: hue angle of 318º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773B65 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 59 101 -
CMYK 0 0.50 0.15 0.53
HSL 318º 0.34% 0.35% -
HSV(B) 318º 0.5% 0.47% -
XYZ 11.52 7.99 13.25 -
YUV 81.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 119 59 101 0 0.50 0.15 0.53 318 0.34 0.35
Hex 77 3B 65 0 32 F 35 13E 22 23
Octal 167 73 145 0 62 17 65 476 42 43
Binary 1110111 111011 1100101 0 110010 1111 110101 100111110 100010 100011

Color Harmonies of #773B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773B65

Black with #773B65

Text Example


Text Example

White with #773B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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