Html Css Color HEX #771364 Palatinate Purple

📋 copy color: '#771364'

red 119 ◦ green 19 ◦ blue 100

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

Shades of Palatinate Purple #771364

Tints of Palatinate Purple #771364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

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

R = 50%
G = 7.98%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#771364 (or 0x771364) is known color: Palatinate Purple. HEX triplet: 77, 13 and 64. RGB value is (119,19,100). Sum of RGB (Red+Green+Blue) = 119+19+100=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #771364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771364 is #88EC9B. Grayscale: #393939. Windows color (decimal): -8973468 or 6558583. OLE color: 6558583.

HSL color Cylindrical-coordinate representation of color #771364: hue angle of 311.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771364 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 19 100 -
CMYK 0 0.84 0.16 0.53
HSL 311.4º 0.72% 0.27% -
HSV(B) 311.4º 0.84% 0.47% -
XYZ 10.14 5.31 12.55 -
YUV 58.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 119 19 100 0 0.84 0.16 0.53 311.4 0.72 0.27
Hex 77 13 64 0 54 10 35 137 48 1B
Octal 167 23 144 0 124 20 65 467 110 33
Binary 1110111 10011 1100100 0 1010100 10000 110101 100110111 1001000 11011

Color Harmonies of #771364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771364

Black with #771364

Text Example


Text Example

White with #771364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771364; }

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

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

background-color css

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

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

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

border-color css

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

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

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