Html Css Color HEX #772B63 Palatinate Purple

📋 copy color: '#772B63'

red 119 ◦ green 43 ◦ blue 99

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

Shades of Palatinate Purple #772B63

Tints of Palatinate Purple #772B63

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.48%

 BLUE value IS 99 (39.06% from 255) = 37.93%

R = 45.59%
G = 16.48%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#772B63 (or 0x772B63) is known color: Palatinate Purple. HEX triplet: 77, 2B and 63. RGB value is (119,43,99). Sum of RGB (Red+Green+Blue) = 119+43+99=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #772B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772B63 is #88D49C. Grayscale: #474747. Windows color (decimal): -8967325 or 6499191. OLE color: 6499191.

HSL color Cylindrical-coordinate representation of color #772B63: hue angle of 315.79º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #772B63 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 43 99 -
CMYK 0 0.64 0.17 0.53
HSL 315.79º 0.47% 0.32% -
HSV(B) 315.79º 0.64% 0.47% -
XYZ 10.72 6.55 12.5 -
YUV 72.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 119 43 99 0 0.64 0.17 0.53 315.79 0.47 0.32
Hex 77 2B 63 0 40 11 35 13C 2F 20
Octal 167 53 143 0 100 21 65 474 57 40
Binary 1110111 101011 1100011 0 1000000 10001 110101 100111100 101111 100000

Color Harmonies of #772B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B63

Black with #772B63

Text Example


Text Example

White with #772B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772B63; }

 p { color: rgb(119,43,99); }

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

background-color css

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

 a { background-color: rgb(119,43,99); }

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

border-color css

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

 span { border-color: rgb(119,43,99); }

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