Html Css Color HEX #771663 Palatinate Purple

📋 copy color: '#771663'

red 119 ◦ green 22 ◦ blue 99

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

Shades of Palatinate Purple #771663

Tints of Palatinate Purple #771663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.17%

 BLUE value IS 99 (39.06% from 255) = 41.25%

R = 49.58%
G = 9.17%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#771663 (or 0x771663) is known color: Palatinate Purple. HEX triplet: 77, 16 and 63. RGB value is (119,22,99). Sum of RGB (Red+Green+Blue) = 119+22+99=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #771663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771663 is #88E99C. Grayscale: #3B3B3B. Windows color (decimal): -8972701 or 6493815. OLE color: 6493815.

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

Color convert

RGB 119 22 99 -
CMYK 0 0.82 0.17 0.53
HSL 312.37º 0.69% 0.28% -
HSV(B) 312.37º 0.82% 0.47% -
XYZ 10.15 5.4 12.31 -
YUV 59.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 119 22 99 0 0.82 0.17 0.53 312.37 0.69 0.28
Hex 77 16 63 0 52 11 35 138 45 1C
Octal 167 26 143 0 122 21 65 470 105 34
Binary 1110111 10110 1100011 0 1010010 10001 110101 100111000 1000101 11100

Color Harmonies of #771663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771663

Black with #771663

Text Example


Text Example

White with #771663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771663; }

 p { color: rgb(119,22,99); }

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

background-color css

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

 a { background-color: rgb(119,22,99); }

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

border-color css

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

 span { border-color: rgb(119,22,99); }

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