Html Css Color HEX #77316E Palatinate Purple

📋 copy color: '#77316E'

red 119 ◦ green 49 ◦ blue 110

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

Shades of Palatinate Purple #77316E

Tints of Palatinate Purple #77316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.57%

R = 42.81%
G = 17.63%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77316E (or 0x77316E) is known color: Palatinate Purple. HEX triplet: 77, 31 and 6E. RGB value is (119,49,110). Sum of RGB (Red+Green+Blue) = 119+49+110=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77316E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77316E is #88CE91. Grayscale: #4C4C4C. Windows color (decimal): -8965778 or 7221623. OLE color: 7221623.

HSL color Cylindrical-coordinate representation of color #77316E: hue angle of 307.71º 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 #77316E is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 110 -
CMYK 0 0.59 0.08 0.53
HSL 307.71º 0.42% 0.33% -
HSV(B) 307.71º 0.59% 0.47% -
XYZ 11.52 7.24 15.54 -
YUV 76.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 119 49 110 0 0.59 0.08 0.53 307.71 0.42 0.33
Hex 77 31 6E 0 3B 8 35 134 2A 21
Octal 167 61 156 0 73 10 65 464 52 41
Binary 1110111 110001 1101110 0 111011 1000 110101 100110100 101010 100001

Color Harmonies of #77316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77316E

Black with #77316E

Text Example


Text Example

White with #77316E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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