Html Css Color HEX #772065 Palatinate Purple

📋 copy color: '#772065'

red 119 ◦ green 32 ◦ blue 101

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

Shades of Palatinate Purple #772065

Tints of Palatinate Purple #772065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.7%

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

R = 47.22%
G = 12.7%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#772065 (or 0x772065) is known color: Palatinate Purple. HEX triplet: 77, 20 and 65. RGB value is (119,32,101). Sum of RGB (Red+Green+Blue) = 119+32+101=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #772065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772065 is #88DF9A. Grayscale: #414141. Windows color (decimal): -8970139 or 6627447. OLE color: 6627447.

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

Color convert

RGB 119 32 101 -
CMYK 0 0.73 0.15 0.53
HSL 312.41º 0.58% 0.3% -
HSV(B) 312.41º 0.73% 0.47% -
XYZ 10.47 5.89 12.9 -
YUV 65.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 119 32 101 0 0.73 0.15 0.53 312.41 0.58 0.3
Hex 77 20 65 0 49 F 35 138 3A 1E
Octal 167 40 145 0 111 17 65 470 72 36
Binary 1110111 100000 1100101 0 1001001 1111 110101 100111000 111010 11110

Color Harmonies of #772065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772065

Black with #772065

Text Example


Text Example

White with #772065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772065; }

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

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

background-color css

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

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

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

border-color css

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

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

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