Html Css Color HEX #772161 Palatinate Purple

📋 copy color: '#772161'

red 119 ◦ green 33 ◦ blue 97

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

Shades of Palatinate Purple #772161

Tints of Palatinate Purple #772161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.96%

R = 47.79%
G = 13.25%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#772161 (or 0x772161) is known color: Palatinate Purple. HEX triplet: 77, 21 and 61. RGB value is (119,33,97). Sum of RGB (Red+Green+Blue) = 119+33+97=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #772161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772161 is #88DE9E. Grayscale: #414141. Windows color (decimal): -8969887 or 6365559. OLE color: 6365559.

HSL color Cylindrical-coordinate representation of color #772161: hue angle of 315.35º 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 #772161 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 33 97 -
CMYK 0 0.72 0.18 0.53
HSL 315.35º 0.57% 0.3% -
HSV(B) 315.35º 0.72% 0.47% -
XYZ 10.31 5.87 11.9 -
YUV 66.01 145.49 165.8 -
System Red Green Blue C M Y K H S L
Decimal 119 33 97 0 0.72 0.18 0.53 315.35 0.57 0.3
Hex 77 21 61 0 48 12 35 13B 39 1E
Octal 167 41 141 0 110 22 65 473 71 36
Binary 1110111 100001 1100001 0 1001000 10010 110101 100111011 111001 11110

Color Harmonies of #772161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772161

Black with #772161

Text Example


Text Example

White with #772161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772161; }

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

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

background-color css

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

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

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

border-color css

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

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

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