Html Css Color HEX #771064 Palatinate Purple

📋 copy color: '#771064'

red 119 ◦ green 16 ◦ blue 100

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

Shades of Palatinate Purple #771064

Tints of Palatinate Purple #771064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.55%

R = 50.64%
G = 6.81%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#771064 (or 0x771064) is known color: Palatinate Purple. HEX triplet: 77, 10 and 64. RGB value is (119,16,100). Sum of RGB (Red+Green+Blue) = 119+16+100=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #771064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771064 is #88EF9B. Grayscale: #383838. Windows color (decimal): -8974236 or 6557815. OLE color: 6557815.

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

Color convert

RGB 119 16 100 -
CMYK 0 0.87 0.16 0.53
HSL 311.07º 0.76% 0.26% -
HSV(B) 311.07º 0.87% 0.47% -
XYZ 10.09 5.21 12.53 -
YUV 56.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 119 16 100 0 0.87 0.16 0.53 311.07 0.76 0.26
Hex 77 10 64 0 57 10 35 137 4C 1A
Octal 167 20 144 0 127 20 65 467 114 32
Binary 1110111 10000 1100100 0 1010111 10000 110101 100110111 1001100 11010

Color Harmonies of #771064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771064

Black with #771064

Text Example


Text Example

White with #771064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771064; }

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

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

background-color css

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

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

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

border-color css

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

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

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