Html Css Color HEX #770961 Palatinate Purple

📋 copy color: '#770961'

red 119 ◦ green 9 ◦ blue 97

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

Shades of Palatinate Purple #770961

Tints of Palatinate Purple #770961

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

 BLUE value IS 97 (38.28% from 255) = 43.11%

R = 52.89%
G = 4%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#770961 (or 0x770961) is known color: Palatinate Purple. HEX triplet: 77, 09 and 61. RGB value is (119,9,97). Sum of RGB (Red+Green+Blue) = 119+9+97=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #770961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770961 is #88F69E. Grayscale: #333333. Windows color (decimal): -8976031 or 6359415. OLE color: 6359415.

HSL color Cylindrical-coordinate representation of color #770961: hue angle of 312º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770961 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 9 97 -
CMYK 0 0.92 0.18 0.53
HSL 312º 0.86% 0.25% -
HSV(B) 312º 0.92% 0.47% -
XYZ 9.86 4.98 11.75 -
YUV 51.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 119 9 97 0 0.92 0.18 0.53 312 0.86 0.25
Hex 77 9 61 0 5C 12 35 138 56 19
Octal 167 11 141 0 134 22 65 470 126 31
Binary 1110111 1001 1100001 0 1011100 10010 110101 100111000 1010110 11001

Color Harmonies of #770961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770961

Black with #770961

Text Example


Text Example

White with #770961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770961; }

 p { color: rgb(119,9,97); }

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

background-color css

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

 a { background-color: rgb(119,9,97); }

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

border-color css

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

 span { border-color: rgb(119,9,97); }

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