Html Css Color HEX #771864 Palatinate Purple

📋 copy color: '#771864'

red 119 ◦ green 24 ◦ blue 100

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

Shades of Palatinate Purple #771864

Tints of Palatinate Purple #771864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.88%

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

R = 48.97%
G = 9.88%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#771864 (or 0x771864) is known color: Palatinate Purple. HEX triplet: 77, 18 and 64. RGB value is (119,24,100). Sum of RGB (Red+Green+Blue) = 119+24+100=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #771864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771864 is #88E79B. Grayscale: #3C3C3C. Windows color (decimal): -8972188 or 6559863. OLE color: 6559863.

HSL color Cylindrical-coordinate representation of color #771864: hue angle of 312º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771864 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 100 -
CMYK 0 0.80 0.16 0.53
HSL 312º 0.66% 0.28% -
HSV(B) 312º 0.8% 0.47% -
XYZ 10.23 5.5 12.58 -
YUV 61.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 119 24 100 0 0.80 0.16 0.53 312 0.66 0.28
Hex 77 18 64 0 50 10 35 138 42 1C
Octal 167 30 144 0 120 20 65 470 102 34
Binary 1110111 11000 1100100 0 1010000 10000 110101 100111000 1000010 11100

Color Harmonies of #771864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771864

Black with #771864

Text Example


Text Example

White with #771864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771864; }

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

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

background-color css

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

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

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

border-color css

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

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

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