Html Css Color HEX #77316A Palatinate Purple

📋 copy color: '#77316A'

red 119 ◦ green 49 ◦ blue 106

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

Shades of Palatinate Purple #77316A

Tints of Palatinate Purple #77316A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.88%

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 43.43%
G = 17.88%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77316A (or 0x77316A) is known color: Palatinate Purple. HEX triplet: 77, 31 and 6A. RGB value is (119,49,106). Sum of RGB (Red+Green+Blue) = 119+49+106=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #77316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77316A is #88CE95. Grayscale: #4C4C4C. Windows color (decimal): -8965782 or 6959479. OLE color: 6959479.

HSL color Cylindrical-coordinate representation of color #77316A: hue angle of 311.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77316A is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 106 -
CMYK 0 0.59 0.11 0.53
HSL 311.14º 0.42% 0.33% -
HSV(B) 311.14º 0.59% 0.47% -
XYZ 11.31 7.16 14.42 -
YUV 76.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 119 49 106 0 0.59 0.11 0.53 311.14 0.42 0.33
Hex 77 31 6A 0 3B B 35 137 2A 21
Octal 167 61 152 0 73 13 65 467 52 41
Binary 1110111 110001 1101010 0 111011 1011 110101 100110111 101010 100001

Color Harmonies of #77316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77316A

Black with #77316A

Text Example


Text Example

White with #77316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77316A; }

 p { color: rgb(119,49,106); }

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

background-color css

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

 a { background-color: rgb(119,49,106); }

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

border-color css

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

 span { border-color: rgb(119,49,106); }

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