Html Css Color HEX #771561 Palatinate Purple

📋 copy color: '#771561'

red 119 ◦ green 21 ◦ blue 97

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

Shades of Palatinate Purple #771561

Tints of Palatinate Purple #771561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

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

R = 50.21%
G = 8.86%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#771561 (or 0x771561) is known color: Palatinate Purple. HEX triplet: 77, 15 and 61. RGB value is (119,21,97). Sum of RGB (Red+Green+Blue) = 119+21+97=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #771561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771561 is #88EA9E. Grayscale: #3A3A3A. Windows color (decimal): -8972959 or 6362487. OLE color: 6362487.

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

Color convert

RGB 119 21 97 -
CMYK 0 0.82 0.18 0.53
HSL 313.47º 0.7% 0.27% -
HSV(B) 313.47º 0.82% 0.47% -
XYZ 10.03 5.32 11.81 -
YUV 58.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 119 21 97 0 0.82 0.18 0.53 313.47 0.7 0.27
Hex 77 15 61 0 52 12 35 139 46 1B
Octal 167 25 141 0 122 22 65 471 106 33
Binary 1110111 10101 1100001 0 1010010 10010 110101 100111001 1000110 11011

Color Harmonies of #771561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771561

Black with #771561

Text Example


Text Example

White with #771561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771561; }

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

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

background-color css

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

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

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

border-color css

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

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

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