Html Css Color HEX #772159 Palatinate Purple

📋 copy color: '#772159'

red 119 ◦ green 33 ◦ blue 89

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

Shades of Palatinate Purple #772159

Tints of Palatinate Purple #772159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 36.93%

R = 49.38%
G = 13.69%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#772159 (or 0x772159) is known color: Palatinate Purple. HEX triplet: 77, 21 and 59. RGB value is (119,33,89). Sum of RGB (Red+Green+Blue) = 119+33+89=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #772159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772159 is #88DEA6. Grayscale: #404040. Windows color (decimal): -8969895 or 5841271. OLE color: 5841271.

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

Color convert

RGB 119 33 89 -
CMYK 0 0.72 0.25 0.53
HSL 320.93º 0.57% 0.3% -
HSV(B) 320.93º 0.72% 0.47% -
XYZ 9.95 5.73 10.03 -
YUV 65.1 141.49 166.45 -
System Red Green Blue C M Y K H S L
Decimal 119 33 89 0 0.72 0.25 0.53 320.93 0.57 0.3
Hex 77 21 59 0 48 19 35 141 39 1E
Octal 167 41 131 0 110 31 65 501 71 36
Binary 1110111 100001 1011001 0 1001000 11001 110101 101000001 111001 11110

Color Harmonies of #772159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772159

Black with #772159

Text Example


Text Example

White with #772159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772159; }

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

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

background-color css

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

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

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

border-color css

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

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

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