Html Css Color HEX #773767 Palatinate Purple

📋 copy color: '#773767'

red 119 ◦ green 55 ◦ blue 103

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

Shades of Palatinate Purple #773767

Tints of Palatinate Purple #773767

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.86%

 BLUE value IS 103 (40.63% from 255) = 37.18%

R = 42.96%
G = 19.86%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#773767 (or 0x773767) is known color: Palatinate Purple. HEX triplet: 77, 37 and 67. RGB value is (119,55,103). Sum of RGB (Red+Green+Blue) = 119+55+103=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #773767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773767 is #88C898. Grayscale: #4F4F4F. Windows color (decimal): -8964249 or 6764407. OLE color: 6764407.

HSL color Cylindrical-coordinate representation of color #773767: hue angle of 315º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #773767 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 103 -
CMYK 0 0.54 0.13 0.53
HSL 315º 0.37% 0.34% -
HSV(B) 315º 0.54% 0.47% -
XYZ 11.42 7.63 13.7 -
YUV 79.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 119 55 103 0 0.54 0.13 0.53 315 0.37 0.34
Hex 77 37 67 0 36 D 35 13B 25 22
Octal 167 67 147 0 66 15 65 473 45 42
Binary 1110111 110111 1100111 0 110110 1101 110101 100111011 100101 100010

Color Harmonies of #773767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773767

Black with #773767

Text Example


Text Example

White with #773767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773767; }

 p { color: rgb(119,55,103); }

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

background-color css

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

 a { background-color: rgb(119,55,103); }

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

border-color css

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

 span { border-color: rgb(119,55,103); }

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