Html Css Color HEX #771063 Palatinate Purple

📋 copy color: '#771063'

red 119 ◦ green 16 ◦ blue 99

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

Shades of Palatinate Purple #771063

Tints of Palatinate Purple #771063

RGB

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

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

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

R = 50.85%
G = 6.84%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#771063 (or 0x771063) is known color: Palatinate Purple. HEX triplet: 77, 10 and 63. RGB value is (119,16,99). Sum of RGB (Red+Green+Blue) = 119+16+99=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #771063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771063 is #88EF9C. Grayscale: #383838. Windows color (decimal): -8974237 or 6492279. OLE color: 6492279.

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

Color convert

RGB 119 16 99 -
CMYK 0 0.87 0.17 0.53
HSL 311.65º 0.76% 0.26% -
HSV(B) 311.65º 0.87% 0.47% -
XYZ 10.05 5.19 12.28 -
YUV 56.26 152.12 172.75 -
System Red Green Blue C M Y K H S L
Decimal 119 16 99 0 0.87 0.17 0.53 311.65 0.76 0.26
Hex 77 10 63 0 57 11 35 138 4C 1A
Octal 167 20 143 0 127 21 65 470 114 32
Binary 1110111 10000 1100011 0 1010111 10001 110101 100111000 1001100 11010

Color Harmonies of #771063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771063

Black with #771063

Text Example


Text Example

White with #771063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771063; }

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

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

background-color css

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

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

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

border-color css

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

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

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