Html Css Color HEX #772C63 Palatinate Purple

📋 copy color: '#772C63'

red 119 ◦ green 44 ◦ blue 99

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

Shades of Palatinate Purple #772C63

Tints of Palatinate Purple #772C63

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.79%

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

R = 45.42%
G = 16.79%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#772C63 (or 0x772C63) is known color: Palatinate Purple. HEX triplet: 77, 2C and 63. RGB value is (119,44,99). Sum of RGB (Red+Green+Blue) = 119+44+99=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #772C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C63 is #88D39C. Grayscale: #484848. Windows color (decimal): -8967069 or 6499447. OLE color: 6499447.

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

Color convert

RGB 119 44 99 -
CMYK 0 0.63 0.17 0.53
HSL 316º 0.46% 0.32% -
HSV(B) 316º 0.63% 0.47% -
XYZ 10.76 6.62 12.52 -
YUV 72.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 119 44 99 0 0.63 0.17 0.53 316 0.46 0.32
Hex 77 2C 63 0 3F 11 35 13C 2E 20
Octal 167 54 143 0 77 21 65 474 56 40
Binary 1110111 101100 1100011 0 111111 10001 110101 100111100 101110 100000

Color Harmonies of #772C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C63

Black with #772C63

Text Example


Text Example

White with #772C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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