Html Css Color HEX #771065 Palatinate Purple

📋 copy color: '#771065'

red 119 ◦ green 16 ◦ blue 101

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

Shades of Palatinate Purple #771065

Tints of Palatinate Purple #771065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.78%

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

R = 50.42%
G = 6.78%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#771065 (or 0x771065) is known color: Palatinate Purple. HEX triplet: 77, 10 and 65. RGB value is (119,16,101). Sum of RGB (Red+Green+Blue) = 119+16+101=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #771065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771065 is #88EF9A. Grayscale: #383838. Windows color (decimal): -8974235 or 6623351. OLE color: 6623351.

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

Color convert

RGB 119 16 101 -
CMYK 0 0.87 0.15 0.53
HSL 310.49º 0.76% 0.26% -
HSV(B) 310.49º 0.87% 0.47% -
XYZ 10.14 5.23 12.79 -
YUV 56.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 119 16 101 0 0.87 0.15 0.53 310.49 0.76 0.26
Hex 77 10 65 0 57 F 35 136 4C 1A
Octal 167 20 145 0 127 17 65 466 114 32
Binary 1110111 10000 1100101 0 1010111 1111 110101 100110110 1001100 11010

Color Harmonies of #771065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771065

Black with #771065

Text Example


Text Example

White with #771065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771065; }

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

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

background-color css

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

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

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

border-color css

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

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

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