Html Css Color HEX #772160 Palatinate Purple

📋 copy color: '#772160'

red 119 ◦ green 33 ◦ blue 96

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

Shades of Palatinate Purple #772160

Tints of Palatinate Purple #772160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.31%

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

R = 47.98%
G = 13.31%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#772160 (or 0x772160) is known color: Palatinate Purple. HEX triplet: 77, 21 and 60. RGB value is (119,33,96). Sum of RGB (Red+Green+Blue) = 119+33+96=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #772160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772160 is #88DE9F. Grayscale: #414141. Windows color (decimal): -8969888 or 6300023. OLE color: 6300023.

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

Color convert

RGB 119 33 96 -
CMYK 0 0.72 0.19 0.53
HSL 316.05º 0.57% 0.3% -
HSV(B) 316.05º 0.72% 0.47% -
XYZ 10.26 5.85 11.66 -
YUV 65.9 144.99 165.88 -
System Red Green Blue C M Y K H S L
Decimal 119 33 96 0 0.72 0.19 0.53 316.05 0.57 0.3
Hex 77 21 60 0 48 13 35 13C 39 1E
Octal 167 41 140 0 110 23 65 474 71 36
Binary 1110111 100001 1100000 0 1001000 10011 110101 100111100 111001 11110

Color Harmonies of #772160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772160

Black with #772160

Text Example


Text Example

White with #772160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772160; }

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

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

background-color css

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

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

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

border-color css

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

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

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