Html Css Color HEX #772B62 Palatinate Purple

📋 copy color: '#772B62'

red 119 ◦ green 43 ◦ blue 98

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

Shades of Palatinate Purple #772B62

Tints of Palatinate Purple #772B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.69%

R = 45.77%
G = 16.54%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#772B62 (or 0x772B62) is known color: Palatinate Purple. HEX triplet: 77, 2B and 62. RGB value is (119,43,98). Sum of RGB (Red+Green+Blue) = 119+43+98=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #772B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772B62 is #88D49D. Grayscale: #474747. Windows color (decimal): -8967326 or 6433655. OLE color: 6433655.

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

Color convert

RGB 119 43 98 -
CMYK 0 0.64 0.18 0.53
HSL 316.58º 0.47% 0.32% -
HSV(B) 316.58º 0.64% 0.47% -
XYZ 10.68 6.53 12.25 -
YUV 71.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 119 43 98 0 0.64 0.18 0.53 316.58 0.47 0.32
Hex 77 2B 62 0 40 12 35 13D 2F 20
Octal 167 53 142 0 100 22 65 475 57 40
Binary 1110111 101011 1100010 0 1000000 10010 110101 100111101 101111 100000

Color Harmonies of #772B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B62

Black with #772B62

Text Example


Text Example

White with #772B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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