Html Css Color HEX #771566 Palatinate Purple

📋 copy color: '#771566'

red 119 ◦ green 21 ◦ blue 102

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

Shades of Palatinate Purple #771566

Tints of Palatinate Purple #771566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.15%

R = 49.17%
G = 8.68%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#771566 (or 0x771566) is known color: Palatinate Purple. HEX triplet: 77, 15 and 66. RGB value is (119,21,102). Sum of RGB (Red+Green+Blue) = 119+21+102=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #771566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771566 is #88EA99. Grayscale: #3B3B3B. Windows color (decimal): -8972954 or 6690167. OLE color: 6690167.

HSL color Cylindrical-coordinate representation of color #771566: hue angle of 310.41º 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 #771566 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 21 102 -
CMYK 0 0.82 0.14 0.53
HSL 310.41º 0.7% 0.27% -
HSV(B) 310.41º 0.82% 0.47% -
XYZ 10.27 5.42 13.07 -
YUV 59.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 119 21 102 0 0.82 0.14 0.53 310.41 0.7 0.27
Hex 77 15 66 0 52 E 35 136 46 1B
Octal 167 25 146 0 122 16 65 466 106 33
Binary 1110111 10101 1100110 0 1010010 1110 110101 100110110 1000110 11011

Color Harmonies of #771566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771566

Black with #771566

Text Example


Text Example

White with #771566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771566; }

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

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

background-color css

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

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

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

border-color css

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

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

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