Html Css Color HEX #772860 Palatinate Purple

📋 copy color: '#772860'

red 119 ◦ green 40 ◦ blue 96

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

Shades of Palatinate Purple #772860

Tints of Palatinate Purple #772860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.69%

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 46.67%
G = 15.69%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#772860 (or 0x772860) is known color: Palatinate Purple. HEX triplet: 77, 28 and 60. RGB value is (119,40,96). Sum of RGB (Red+Green+Blue) = 119+40+96=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #772860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772860 is #88D79F. Grayscale: #454545. Windows color (decimal): -8968096 or 6301815. OLE color: 6301815.

HSL color Cylindrical-coordinate representation of color #772860: hue angle of 317.47º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772860 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 40 96 -
CMYK 0 0.66 0.19 0.53
HSL 317.47º 0.5% 0.31% -
HSV(B) 317.47º 0.66% 0.47% -
XYZ 10.48 6.28 11.73 -
YUV 70.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 119 40 96 0 0.66 0.19 0.53 317.47 0.5 0.31
Hex 77 28 60 0 42 13 35 13D 32 1F
Octal 167 50 140 0 102 23 65 475 62 37
Binary 1110111 101000 1100000 0 1000010 10011 110101 100111101 110010 11111

Color Harmonies of #772860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772860

Black with #772860

Text Example


Text Example

White with #772860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772860; }

 p { color: rgb(119,40,96); }

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

background-color css

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

 a { background-color: rgb(119,40,96); }

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

border-color css

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

 span { border-color: rgb(119,40,96); }

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