Html Css Color HEX #772B6E Palatinate Purple

📋 copy color: '#772B6E'

red 119 ◦ green 43 ◦ blue 110

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

Shades of Palatinate Purple #772B6E

Tints of Palatinate Purple #772B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.44%

R = 43.75%
G = 15.81%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#772B6E (or 0x772B6E) is known color: Palatinate Purple. HEX triplet: 77, 2B and 6E. RGB value is (119,43,110). Sum of RGB (Red+Green+Blue) = 119+43+110=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #772B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772B6E is #88D491. Grayscale: #494949. Windows color (decimal): -8967314 or 7220087. OLE color: 7220087.

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

Color convert

RGB 119 43 110 -
CMYK 0 0.64 0.08 0.53
HSL 307.11º 0.47% 0.32% -
HSV(B) 307.11º 0.64% 0.47% -
XYZ 11.29 6.78 15.46 -
YUV 73.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 119 43 110 0 0.64 0.08 0.53 307.11 0.47 0.32
Hex 77 2B 6E 0 40 8 35 133 2F 20
Octal 167 53 156 0 100 10 65 463 57 40
Binary 1110111 101011 1101110 0 1000000 1000 110101 100110011 101111 100000

Color Harmonies of #772B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B6E

Black with #772B6E

Text Example


Text Example

White with #772B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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