Html Css Color HEX #773565 Palatinate Purple

📋 copy color: '#773565'

red 119 ◦ green 53 ◦ blue 101

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

Shades of Palatinate Purple #773565

Tints of Palatinate Purple #773565

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.41%

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

R = 43.59%
G = 19.41%
B = 37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#773565 (or 0x773565) is known color: Palatinate Purple. HEX triplet: 77, 35 and 65. RGB value is (119,53,101). Sum of RGB (Red+Green+Blue) = 119+53+101=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #773565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773565 is #88CA9A. Grayscale: #4E4E4E. Windows color (decimal): -8964763 or 6632823. OLE color: 6632823.

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

Color convert

RGB 119 53 101 -
CMYK 0 0.55 0.15 0.53
HSL 316.36º 0.38% 0.34% -
HSV(B) 316.36º 0.55% 0.47% -
XYZ 11.23 7.41 13.15 -
YUV 78.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 119 53 101 0 0.55 0.15 0.53 316.36 0.38 0.34
Hex 77 35 65 0 37 F 35 13C 26 22
Octal 167 65 145 0 67 17 65 474 46 42
Binary 1110111 110101 1100101 0 110111 1111 110101 100111100 100110 100010

Color Harmonies of #773565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773565

Black with #773565

Text Example


Text Example

White with #773565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773565; }

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

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

background-color css

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

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

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

border-color css

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

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

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